work-on-issues
Installation
SKILL.md
Work on Issues
Autonomous workflow: fetch triaged GitHub issues, pick the best candidate, implement changes in an isolated git worktree, and submit for review.
Prerequisites
ghCLI authenticated with repo access- Git worktrees supported (standard git)
- Repository has labels:
triaged,priority:must/should/could,size:xs/s/m/l/xl,in-progress
Workflow
Step 1 — Fetch triaged issues
gh issue list --label "triaged" --state open --json number,title,labels,body,comments --limit 50
Skip any issue that: