review

Automate sprint review and quality-gate checks with structured reports.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill review-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/review
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill review-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sprint reviews are time-consuming and error-prone; this skill automates the review phase and enforces quality gates.

Core Features & Use Cases

  • Pre-flight checks verify sprint readiness by reading sprint registries and story status.
  • Execution handles the sprint-review flow, logs progress with explicit phase transitions, and supports --sprint and --auto-fix usage.
  • Output generates a structured review report detailing pass/fail gates and any auto-fixed issues, and records activity events in the progress feed.

Quick Start

Invoke the sprint-review skill with the appropriate sprint number or run the latest ready sprint to trigger the review process.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate sprint review and enforce quality gates for my software project?

Automating sprint review involves running pre-flight checks on sprint registries and story status to validate readiness, then executing the review flow to enforce quality gates and log structured pass/fail reports to the activity feed.

What happens during a sprint review pre-flight check?

Sprint review pre-flight checks verify sprint existence and story presence by reading sprint registries and story status, ensuring the sprint is fully ready before dispatching the actual review execution and quality-gate validation.

Can I auto-fix issues found during the sprint review quality gate?

Yes, you can auto-fix issues found during the sprint review by invoking the skill with the --auto-fix flag, which attempts to automatically resolve detected issues and includes them in the structured review report.

How do I run a sprint review for a specific sprint cycle?

To run a sprint review for a specific cycle, invoke the sprint-review skill with the --sprint flag followed by the sprint number, which triggers the review process and logs phase transitions to the progress feed.

Does sprint review automation handle concurrent execution?

Sprint review automation handles concurrency during execution, ensuring that multiple review processes or quality-gate checks can run without conflict while emitting structured results and logging skill events to the activity feed.

What is the best way to validate sprint readiness before a review?

The best way to validate sprint readiness is using automated pre-flight checks that read sprint registries and verify story presence, confirming all required stories are complete before dispatching the sprint review and quality-gate execution.