sprint-review

sprint-review is a skill for Claude Code from Sprintra-io/sprintra-mcp. It costs 45 tokens per session (541 once invoked), scanned A, original, MIT.

A sprint-review skill examines the current sprint, a time-limited batch of planned work, and summarizes progress, completed work, risks, and recommendations.

In plain words
What is it for?
It is for reviewing stories, feature progress, delivered points, readiness, blockers, and recommended next work.
Why use it?
It turns sprint data into a clear status view so teams can see whether work is on track and what needs attention.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the sprintra plugin — 6 skills, 5 hooks shipped together

Good fit It is for reviewing stories, feature progress, delivered points, readiness, blockers, and recommended next work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sprintra-io/sprintra-mcp/sprintra-sprint-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Sprintra-io/sprintra-mcp --skill sprintra-sprint-review
Clone the repo
git clone --depth 1 https://github.com/Sprintra-io/sprintra-mcp

Made for: Claude Code.

Or install sprintra, the plugin that ships this one along with the rest of its 6 skills, 5 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 sprint-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/sprintra-io/sprintra-mcp/sprintra-sprint-review/github.svg)](https://agentmods.dev/skills/sprintra-io/sprintra-mcp/sprintra-sprint-review)
Your own site
<a href="https://agentmods.dev/skills/sprintra-io/sprintra-mcp/sprintra-sprint-review"><img src="https://agentmods.dev/badge/skills/sprintra-io/sprintra-mcp/sprintra-sprint-review/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 sprint-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/sprintra-io/sprintra-mcp/sprintra-sprint-review"><img src="https://agentmods.dev/badge/skills/sprintra-io/sprintra-mcp/sprintra-sprint-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 541 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00045 $0.00541
Opus 5 $0.00023 $0.00270
Sonnet 5 $0.00009 $0.00108
Haiku 4.5 $0.00005 $0.00054

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

Security

Grade A, and why

sprint-review scanned grade A with 0 findings 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 12d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/sprintra-sprint-review/SKILL.md · 69 lines

What it actually says

Sprint Review

Generate a comprehensive sprint review with metrics, story breakdown, and recommendations.

Process

Step 1: Load Sprint Data

  1. sprints(method: "get_current") — current sprint + progress + readiness
  2. features(method: "list") — all features (filter by sprint_id)
  3. ai(method: "get_next_work") — recommended priorities

Step 2: Calculate Metrics

From the sprint data, compute:

  • Velocity: stories done / total stories (%)
  • Points delivered: sum of completed story points
  • Burndown status: on track / at risk / behind
  • Readiness: how many stories are "ready" vs "needs_info" vs "not_ready"

Step 3: Format the Review

## Sprint Review: [sprint name]

### Progress
[done]/[total] stories ([percentage]%) | [points delivered]/[total points] SP
[=========>          ] 55% complete

### By Status
- Done: [count] stories
- In Progress: [count] stories
- Todo: [count] stories

### Feature Breakdown
| Feature | Stories | Done | Status |
|---------|---------|------|--------|
| [name]  | [total] | [done] | [on track / at risk] |

### Blockers & Risks
- [any stories stuck in in_progress for too long]
- [features with 0% progress]
- [dependencies not met]

### Recommendations
- [AI-recommended next work]
- [stories to deprioritize if sprint is at risk]
- [carry-over items for next sprint]

Step 4: If Sprint is Ending

If the user says "close the sprint" or "end sprint":

  1. Move incomplete stories to backlog or next sprint
  2. sprints(method: "update", status: "completed") with retrospective data
  3. Ask: "What went well? What to improve?" for the retro

Important

  • Use tables and progress bars — make it scannable
  • Flag risk early: if >50% time elapsed and <30% done, say so clearly
  • Don't sugar-coat. Honest status is more valuable than optimistic status.
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. 12d ago First seen · 69 lines · 45 tokens per session scan A a41486835f46

Subscribe to this mod's changes

sprint-review is a skill published in the GitHub repository Sprintra-io/sprintra-mcp (3 stars, last pushed 2mo ago), licensed MIT. It adds 45 tokens to every session and 541 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.