sprint-review

sprint-review is a skill for Claude Code, Codex from abrahamFerga/scrum-skills. It costs 110 tokens per session (1,319 once invoked), scanned A, original, MIT.

A guided process for running a Scrum Sprint Review, a meeting where the team and stakeholders inspect completed work and decide what should change next.

In plain words
What is it for?
It helps prepare the review, gather completed Sprint items from Azure DevOps or Jira, discuss what was learned, and update the Product Backlog—the ordered list of future work.
Why use it?
It keeps the review focused on the working product and useful feedback instead of turning it into a progress presentation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit It helps prepare the review, gather completed Sprint items from Azure DevOps or Jira, discuss what was learned, and update the Product Backlog—the ordered list of future work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abrahamferga/scrum-skills/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 abrahamFerga/scrum-skills --skill sprint-review
Clone the repo
git clone --depth 1 https://github.com/abrahamFerga/scrum-skills

Made for: Claude Code, Codex.

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/abrahamferga/scrum-skills/sprint-review/github.svg)](https://agentmods.dev/skills/abrahamferga/scrum-skills/sprint-review)
Your own site
<a href="https://agentmods.dev/skills/abrahamferga/scrum-skills/sprint-review"><img src="https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/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/abrahamferga/scrum-skills/sprint-review"><img src="https://agentmods.dev/badge/skills/abrahamferga/scrum-skills/sprint-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,319 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.00110 $0.01319
Opus 5 $0.00055 $0.00660
Sonnet 5 $0.00022 $0.00264
Haiku 4.5 $0.00011 $0.00132

Measured 11d ago against content hash afd33f58ba90, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 11d 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.

skills/sprint-review/SKILL.md · 147 lines

How it starts

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

Sprint Review

Scrum Guide grounding

The Sprint Review is a working session, not a presentation. The Scrum Team and stakeholders inspect what was accomplished and how the environment has changed. The output is an adapted Product Backlog that reflects the current best opportunity going forward.

Key rules:

  • Time-boxed to four hours for a one-month Sprint (proportionally shorter for shorter Sprints).
  • The increment is inspected — not just described. Stakeholders ask questions and give input.
  • The Product Backlog may be adjusted based on what was learned.
  • Velocity and burn-down metrics are inputs, not the focus.

Tool detection

Identify which project management tool is available:

  1. Check for active mcp__azure-devops__* tools → set $PM_TOOL to ado
  2. Otherwise check for active mcp__jira__* tools → set $PM_TOOL to jira
  3. If both → ask: "I see both ADO and Jira connected — which should I use?"
  4. If neither → set $PM_TOOL to manual

Step 1 — Fetch Sprint data

Retrieve the completed Sprint's items:

  • ADO: use wit_get_work_items_for_iteration for the sprint just completed; filter for Done/Closed state
  • Jira: use the sprint report or issue listing tool for the closed sprint
  • Manual: ask the team to share what was completed, what wasn't, and the Sprint Goal

Identify:

  • $SPRINT_GOAL — the goal set at Sprint Planning
  • $DONE_ITEMS — work items that meet the Definition of Done
  • $NOT_DONE_ITEMS — work items that were planned but not completed
  • $PRODUCT_GOAL — the longer-horizon objective the team is working toward (if known)

Step 2 — Assess the Sprint Goal

State clearly whether the Sprint Goal was met, partially met, or not met — and why.

  • Met: The increment delivered the intended outcome.
  • Partially met: Some committed scope was not done, but the core outcome was achieved.
  • Not met: The team did not deliver the outcome. Name the cause without assigning blame.

A missing Sprint Goal is a team health signal worth naming: "The team didn't have a Sprint Goal this Sprint — that makes it hard to assess whether the Sprint was successful. Worth raising in the Retrospective."

Read the full file on GitHub · 147 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. 11d ago First seen · 147 lines · 110 tokens per session scan A afd33f58ba90

Subscribe to this mod's changes

sprint-review is a skill published in the GitHub repository abrahamFerga/scrum-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 110 tokens to every session and 1,319 once invoked, about $0.0006 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.