milestone
FeaturedCompletes 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.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- owainlewis
- Repository
- owainlewis/blueprint
- Created
- 6 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
milestones
Create, name, scope, assign, and close GitHub milestones. Use when adding a milestone, deciding whether work belongs in one, or naming the next one. One axis per project (release / date / theme); never as labels.
milestone-wrap
Close out a completed milestone: confirm all its tasks are terminal and the Manual Verification Gate is green, mark the milestone done + the next one active across every place that tracks it, advance main to dev, and cut the release tag. Use when the user says "wrap up milestone X", "close M11", "let's close out the milestone", or "cut the release for milestone X". A confirm-gated procedure, never improvised — pauses before the outward-facing tag/release. Distinct from /wrap (which closes a SESSION, not a milestone).
complete-milestone
Use when asked to orchestrate, drive, or complete an entire cliban milestone end-to-end — multiple dependency-linked issues each needing their own plan, implementation, and integration.