review-sprint

Audit code changes for dead code, test naming, and spec drift.

60|13|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/leogodin217/leos_claude_starter --skill review-sprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-sprint
Source: https://github.com/leogodin217/leos_claude_starter/tree/main/.claude/skills/review-sprint
Command: npx skills add https://github.com/leogodin217/leos_claude_starter --skill review-sprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the post-implementation audit of code changes, catching common issues like dead code, test name discrepancies, and spec-implementation drift before verification.

Core Features & Use Cases

  • Mechanical Audit: Performs a systematic check of code quality against predefined criteria.
  • Issue Identification: Flags potential problems in dead code, test naming, coverage, spec adherence, workspace cleanliness, pre-commit compliance, and demo script execution.
  • Use Case: After a sprint's code is implemented, run this Skill to ensure all automated checks pass, providing confidence in the code's quality before manual verification.

Quick Start

Run the review-sprint skill to perform a mechanical audit of the current sprint's code changes.

Frequently Asked Questions about review-sprint

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

FAQPage Schema
How do I automate a post-implementation code review for my sprint?

Automate a post-implementation code review by running a mechanical audit that analyzes changed files, test suites, and sprint specifications to identify dead code, spec-implementation drift, and test naming issues.

What issues can a mechanical code audit catch after a sprint?

A mechanical code audit catches dead code, incorrect test naming, spec-implementation drift, workspace anomalies, pre-commit compliance failures, and demo script execution errors before manual verification.

Do I need pre-commit and pytest to run an automated code quality audit?

Yes, you need git, pytest, and pre-commit configured in your environment to execute the automated code quality audit and validate your sprint changes against project principles.

How does spec-implementation drift detection work in code review?

Spec-implementation drift detection works by analyzing sprint specifications alongside changed files and test suites to verify that the implemented code adheres to the predefined project criteria.

Can I integrate a mechanical audit into my testing automation pipeline?

You can integrate this mechanical audit into testing automation pipelines by running it after sprint implementation to systematically flag code quality issues and workspace anomalies before verification.

What is the best way to check for dead code and test naming discrepancies?

The best way to check for dead code and test naming discrepancies is performing a systematic mechanical audit that analyzes changed files against predefined criteria to ensure code quality.