milestone
Installation
SKILL.md
Milestone
Finish every open issue in a GitHub milestone.
Workflow
- Resolve the milestone and repository. Inspect its open issues, dependencies, linked pull requests, checks, and current project state.
- Order the remaining issues by dependency, risk, and how easy each change will be to review. Put blockers, bugs, and shared foundations before features that depend on them.
- Take one issue at a time to a ready pull request. Create the branch and worktree, implement the smallest complete change, test it, review it with a fresh agent, then open the PR. Resume a matching pull request instead of creating duplicate work.
- After each pull request is ready, stop for human merge unless the user explicitly allowed merging for this run.
- When merging is allowed, merge only when:
- Required checks pass or are confirmed unconfigured.
- The pull request is mergeable.
- Every current comment has a clear outcome.
- No required change remains unresolved.
- The description and checklist match the final commit.
- Sync the latest remote default branch before starting the next issue.
- Refresh the milestone before each issue. Record pull request links, proof, blockers, and final state in the tracker when access permits.
- Report completed issues, merged and open pull requests, blockers, checks, and anything not verified.