Commands¶
Run all commands from the project root (where scripts/ lives). Same CLI on Windows, macOS, and Linux.
Labels¶
Defined in tracker/labels.yml. First time on a repo:
List issues¶
Create issue¶
python scripts/github_issue.py create "Short title" --body "Markdown **description**" --labels bug,priority-high,area-frontend
From file:
Comment¶
Close¶
python scripts/github_issue.py close 42
python scripts/github_issue.py close 42 --reason "Duplicate of #40"
python scripts/github_issue.py close-batch 10 11 12 --reason "Deprioritized backlog"
Import batch (migrate from local tracker)¶
cp tracker/import-manifest.example.json tracker/import-manifest.json
# edit import-manifest.json
python scripts/github_issue.py import --dry-run
python scripts/github_issue.py import --apply
Include Legacy ID: in each imported body to prevent duplicates on re-import: