milestone
Installation
SKILL.md
Milestone
Goal: finish every open issue in a GitHub milestone.
Workflow
- Inspect the milestone, repo, open issues, open PRs, and project state when accessible.
- Order issues by dependency, risk, and reviewability. Put blockers, bugs, and shared seams before dependent feature work.
- Work one issue at a time by running
task-to-pr. Do not reimplement its inner loop. - After each PR is ready, stop for human merge unless the user explicitly allowed merging for this run.
- If merging is allowed, merge only after local checks, CI, and review are clean. Then sync the default branch before starting the next issue.
- Keep the issue and project state updated with PR links, proof, blockers, and final status.
- Report the milestone result: completed issues, merged PRs, open PRs, blockers, checks, and anything not verified.