solve-milestone

solve-milestone is a skill for Claude Code from kenmulford/milestone-driver. It costs 129 tokens per session (8,199 once invoked), scanned B, original, MIT.

An autonomous workflow for completing every issue in a GitHub milestone, a group of tracked tasks with a shared target, in dependency order.

In plain words
What is it for?
Use it to process milestone issues, synchronize an integration branch between them, run reviews, close completed issues, and prepare a changelog.
Why use it?
It organizes issue work, integration, review, and parking of blocked items so the whole milestone follows a controlled sequence.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; names the TodoWrite tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the milestone-driver plugin — 4 skills, 4 agents, 2 hooks shipped together

Good fit Use it to process milestone issues, synchronize an integration branch between them, run reviews, close completed issues, and prepare a changelog.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add kenmulford/milestone-driver
Claude Code
/plugin install milestone-driver

Made for: Claude Code.

Or install milestone-driver, the plugin that ships this one along with the rest of its 4 skills, 4 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for solve-milestone

README.md
[![agentmods](https://agentmods.dev/badge/skills/kenmulford/milestone-driver/solve-milestone/github.svg)](https://agentmods.dev/skills/kenmulford/milestone-driver/solve-milestone)
Your own site
<a href="https://agentmods.dev/skills/kenmulford/milestone-driver/solve-milestone"><img src="https://agentmods.dev/badge/skills/kenmulford/milestone-driver/solve-milestone/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for solve-milestone

Your own site · 80×15
<a href="https://agentmods.dev/skills/kenmulford/milestone-driver/solve-milestone"><img src="https://agentmods.dev/badge/skills/kenmulford/milestone-driver/solve-milestone.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,199 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00129 $0.08199
Opus 5 $0.00064 $0.04099
Sonnet 5 $0.00026 $0.01640
Haiku 4.5 $0.00013 $0.00820

Measured today against content hash ff3e590ffd67, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade B, and why

solve-milestone scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

| 1 | `~/.claude/settings.json` (user global) |
skills/solve-milestone/SKILL.md · 320 lines

How it starts

The opening of the file, as written. The whole thing — 320 lines — stays where its author put it; the contents beside it link to each section on GitHub.

solve-milestone - autonomous driver

Order a milestone's issues, run /milestone-driver:solve-issue on each, integrate to integrationBranch between issues. Owns ordering, the loop, branch re-sync, parking, the final summary; solve-issue owns the per-issue pipeline.

Coherence pass (coherenceReviewAgent, read-only, never gates). Runs per-issue in solve-issue section 6, before that issue's /code-review. Under wave granularity it runs instead at the Phase-2 merge-tail re-verify point (skills/solve-milestone/parallel-waves.md § Parallel mode - Phase 2: serial verified merge tail), against the integrated wave. Absent → skip silently.

Blast radius. Merge only to integrationBranch, never protectedBranch. Release, closing the milestone object, and deploy are human-only. This skill closes the milestone's issues and authors the CHANGELOG; never the milestone.

Execution mode: parallel by default. No flag, no opt-in. Resolved once at run start by the barrier cascade in the last Before-starting step (Resolve execution mode), then held all run. A typed --parallel, or "in parallel", in $ARGUMENTS is stripped and ignored by step 3's --<token> strip.

Contents

Before starting · The procedure - 1. List the milestone's open issues · 2. Determine the order · 3. Determine the target version · Phase 0 - Triage · 4. Loop over issues in dependency-graph order · Permission pre-flight gate · Simplify pass · 5. Finish · Autonomy · Output spec - Template 1 - Run start / plan board · Template 2 - Status update at each wave boundary · Template 3 - Final results · Output style - Main-thread context · Final summary - 6. Author the CHANGELOG entry · Run-complete notification

Before starting

  1. Auth preflight. Run gh auth status. Non-zero exit, or output containing "not logged in" / "authentication failed" → print Error: gh auth status failed - authenticate with 'gh auth login' before running solve-milestone. and halt.
  2. Read the profile (docs/profile-schema.md).

Read the full file on GitHub · 320 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed ff3e590ffd67
  2. 8d ago First seen · 320 lines · 129 tokens per session scan B d0e48be71ec6

Subscribe to this mod's changes

solve-milestone is a skill published in the GitHub repository kenmulford/milestone-driver (2 stars, last pushed today), licensed MIT. It adds 129 tokens to every session and 8,199 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

contribute-to-eliza

Finish and prove a scoped elizaOS GitHub issue, or independently review and repair an open elizaOS pull request. Use when contributing compute to elizaOS by selecting unclaimed work, implementing or reviewing changes, adding real tests and evidence, validating artifacts, or preparing a contribution for maintainer…

elizaOS/eliza · 68 tokens

pr

Comprehensive PR/issue review - analyzes architecture, tests, identifies unrelated changes mixed in, drafts review comment or issue comment. Use when user asks to review a PR, check a PR, look at PR changes, or comment on an issue.

umputun/cc-thingz · 51 tokens

release

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

hyhmrright/brooks-lint · 135 tokens

pr-threads-address

Address PR review feedback by systematically working through every unresolved PR review thread on the current branch's PR - analyze each comment, make the requested code changes (with tests where useful), commit, and optionally reply and resolve.

posit-dev/skills · 48 tokens

pr-comment

Post friendly review comments to a GitHub PR — prepare locally, preview, then submit as atomic review. Use when: posting code review comments, giving PR feedback, sending inline suggestions. Not for: reading existing reviews (use load-pr-review), creating PRs (use create-pr), PR status (use pr-summary).

sd0xdev/sd0x-harness · 67 tokens

pr-fixer

Trigger the Amber Handler to automatically fix a pull request (rebase, address review comments, run lints/tests, push fixes). Posts @ambient-code on the PR to trigger the fix prompt. Use when user types /pr-fixer , says "fix PR", "run pr-fixer", "address PR comments", or "auto-fix pull request".

ambient-code/platform · 78 tokens