Issue Harness
Use this skill when you need to run one issue through the orchestration graph for validation or debugging.
Inputs to collect
- Issue target:
owner,repo,issue number, OR--dev <repo>-<issue> - Mode: explicit (default) vs
--autoselection - Auto target filter:
remote(default),local, orany
Commands
Explicit issue:
python scripts/run_issue_harness.py --owner ORG --repo REPO --issue 123
Dev mode (disables issue comments + status updates):
python scripts/run_issue_harness.py --dev REPO-123
Auto-select first unblocked issue in project:
python scripts/run_issue_harness.py --auto --target remote
Safety
- Use
--devwhen testing to avoid touching GitHub issue comments/status. - Confirm the issue is truly ready before running in non-dev mode.
Notes
- Requires a valid GitHub token (see
src/ace/config/secrets.py). - Uses org/project settings from
src/ace/config/settings.py. - Auto mode filters by project status + labels and skips blocked issues.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.