sprint-review

Audits architecture health, tech debt, and backlog hygiene with a learning-loop entry.

2|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Vibecoder79/jarvis --skill sprint-review-vibecoder79
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sprint-review
Source: https://github.com/Vibecoder79/jarvis/tree/main/.claude/skills/sprint-review
Command: npx skills add https://github.com/Vibecoder79/jarvis --skill sprint-review-vibecoder79

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Teams often judge sprint health by velocity alone, missing architectural decay, growing tech debt, and stale backlogs. This Skill runs a periodic system audit that produces an actionable report: top risks, a tech debt score, recommended new issues, and backlog cleanup suggestions. ## Core Features & Use Cases - Architecture Review: Evaluates active quality dimensions (Reliability, Data Integrity, Security, Performance, Observability, Maintainability, plus optional add-ons) against ARCHITECTURE_DESIGN.md and SYSTEM_ARCHITECTURE.md. - Tech Debt & Backlog Hygiene: Detects code duplication, hardcoded values, orphaned issues, missing dependencies, and obsolete tickets. - Learning Loop (L1/L2/L3): Mandatory retrospective step that writes lessons-learned entries to a journal, from a simple markdown file up to a SQLite-backed metrics store. - Use Case: Run a quarterly health check that reads your backlog, architecture docs, config, and git log, then outputs a summary report plus ready-to-create Linear tickets for identified tech debt. ## Quick Start Ask the assistant to run a sprint review of the current project, auditing architecture, tech debt, and backlog hygiene.

Frequently Asked Questions about sprint-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a sprint review audit on my project?▼

Trigger the skill with the /sprint-review command or phrases like "sprint review" or "architecture audit". It loads your backlog, architecture docs, config, and git log in parallel, then produces a report with top risks, a tech debt score, and recommended issues.

What does a tech debt audit check for?▼

The audit identifies code duplication, hardcoded values that belong in configuration, deprecated features not yet removed, open code markers like TODOs, and stale dependencies or outdated API versions.

What is the learning loop L1 L2 L3 in sprint retrospectives?▼

The learning loop captures what worked, what failed, and the next experiment after each review. L1 is a single markdown file, L2 uses structured per-sprint files with frontmatter, and L3 adds a SQLite database for quantitative metrics.

Does the sprint review skill work with Linear backlog?▼

Yes, it reads the full backlog across all statuses from Linear, M365, or GitHub depending on the configured backlog tool. It checks for orphaned issues, missing dependencies, obsolete tickets, and outdated priorities.

When is the learning-loop step skipped in a sprint review?▼

The learning-loop step only runs when a .learning-loop file exists in the project path containing L1, L2, or L3. If the file is missing, the skill ends after the report step without writing retrospective entries.