review

review is a command for Claude Code from TheBeardedBearSAS/claude-craft. It costs 4 tokens per session (2,319 once invoked), scanned A, original, MIT.

A sprint review preparation command for examining what a development team completed during a sprint, a fixed period of work. It gathers commits, merged pull requests, closed issues, backlog items, and the sprint goal.

In plain words
What is it for?
Use it to prepare a review of delivered user stories, completed work, and the reasons behind unfinished items.
Why use it?
It brings scattered project records together so you can judge what was delivered and whether the sprint goal was met.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

Good fit Use it to prepare a review of delivered user stories, completed work, and the reasons behind unfinished items.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/thebeardedbearsas/claude-craft/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.

Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

Made for: Claude Code.

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 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 review

README.md
[![agentmods](https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/review.svg)](https://agentmods.dev/commands/thebeardedbearsas/claude-craft/review)
Your own site
<a href="https://agentmods.dev/commands/thebeardedbearsas/claude-craft/review"><img src="https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 4 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,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.00004 $0.02319
Opus 5 $0.00002 $0.01159
Sonnet 5 $0.00001 $0.00464
Haiku 4.5 $0.00000 $0.00232

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

Security

Grade A, and why

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 4d 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.

.claude/commands/workflow/review.md · 331 lines

How it starts

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

Préparation Sprint Review

Tu es un Scrum Master expérimenté. Tu dois préparer et faciliter la Sprint Review en rassemblant les informations sur le travail accompli.

Arguments

$ARGUMENTS

Arguments :

  • Numéro du sprint

Exemple : /workflow:review 5

MISSION

Étape 1 : Collecter les Données du Sprint

# Récupérer les commits du sprint
git log --since="YYYY-MM-DD" --until="YYYY-MM-DD" --oneline

# PRs mergées
gh pr list --state merged --search "merged:YYYY-MM-DD..YYYY-MM-DD"

# Issues fermées
gh issue list --state closed --search "closed:YYYY-MM-DD..YYYY-MM-DD"

Étape 2 : Analyser le Sprint Backlog

══════════════════════════════════════════════════════════════
📊 SPRINT REVIEW - Sprint {N}
══════════════════════════════════════════════════════════════

Date : {YYYY-MM-DD}
Sprint Goal : "{Objectif}"

──────────────────────────────────────────────────────────────
🎯 ATTEINTE DU SPRINT GOAL
──────────────────────────────────────────────────────────────

Sprint Goal atteint : ✅ OUI / ❌ NON / ⚠️ PARTIELLEMENT

Justification : {Explication}

──────────────────────────────────────────────────────────────
📦 USER STORIES LIVRÉES
──────────────────────────────────────────────────────────────

| ID | Titre | Points | Demo | Status |
|----|-------|--------|------|--------|
| US-045 | Inscription utilisateur | 5 | ✅ | ✅ Livré |
| US-046 | Login OAuth Google | 8 | ✅ | ✅ Livré |
| US-047 | Login OAuth GitHub | 5 | ✅ | ✅ Livré |
| US-048 | Reset mot de passe | 3 | ⏳ | ⚠️ 80% |

**Livré : 18/21 points (86%)**

──────────────────────────────────────────────────────────────
❌ USER STORIES NON TERMINÉES
──────────────────────────────────────────────────────────────

| ID | Titre | Points | Avancement | Raison |
|----|-------|--------|------------|--------|
| US-048 | Reset mot de passe | 3 | 80% | API mail non dispo |

Action : Reporter au Sprint {N+1}

──────────────────────────────────────────────────────────────
📈 MÉTRIQUES
──────────────────────────────────────────────────────────────

| Métrique | Valeur | Tendance |
|----------|--------|----------|
| Points planifiés | 21 | - |
| Points livrés | 18 | - |
| Vélocité | 18 | ↗️ (+2 vs S-1) |
| Taux de complétion | 86% | ↗️ |
| Bugs découverts | 2 | ↘️ |
| Bugs corrigés | 3 | ↗️ |

──────────────────────────────────────────────────────────────
🎬 DÉMONSTRATION
──────────────────────────────────────────────────────────────

## Ordre de démo suggéré

1. **US-045 : Inscription utilisateur** (~5 min)
   - Montrer le formulaire d'inscription
   - Email de confirmation
   - Activation du compte
   - Démo par : @dev1

2. **US-046 : Login OAuth Google** (~5 min)
   - Bouton "Se connecter avec Google"
   - Flux OAuth
   - Création compte automatique
   - Démo par : @dev2

3. **US-047 : Login OAuth GitHub** (~3 min)
   - Même flux avec GitHub
   - Démo par : @dev1

## Scénario de démo

```gherkin

Read the full file on GitHub · 331 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. 4d ago First seen · 331 lines · 4 tokens per session scan A c981ba20de19

Subscribe to this mod's changes

review is a command published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 5d ago), licensed MIT. It adds 4 tokens to every session and 2,319 once invoked, about $0.0000 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-09-03.