milestone

Solid

Completes all open GitHub issues in a milestone, taking each one to a tested, reviewed, green pull request. Use when the user asks to complete, deliver, work through, or finish a GitHub milestone.

Code & Development 259 stars 50 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
85
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Milestone Finish every open issue in a GitHub milestone. ## Workflow 1. Resolve the milestone and repository. Inspect its open issues, dependencies, linked pull requests, checks, and current project state. 2. Order the remaining issues by dependency, risk, and reviewability. Put blockers, bugs, and shared seams before dependent feature work. 3. Take one issue at a time to a tested, reviewed, green pull request: 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. 4. After each pull request is ready, stop for human merge unless the user explicitly allowed merging for this run. 5. When merging is allowed, merge only after required checks and review are clean. Sync the latest remote default branch before starting the next issue. 6. Refresh the milestone before each issue. Record pull request links, proof, blockers, and final state in the tracker when access permits. 7. Report completed issues, merged and open pull requests, blockers, checks, and anything not verified. ## Boundaries - Work only on issues in the milestone. - Use one branch and pull request per issue unless combining issues is required for a working result. Explain any combination before starting it. - Do not batch unrelated issues. - Never merge without explicit permission. - Do not merge with failing checks, important unresolved feedback, missing acceptance criteria, or unexpl...

Details

Author
owainlewis
Repository
owainlewis/blueprint
Created
4 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category