speckit-workflows.review

Review completed implementation against spec.md and update tasks.md statuses.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-workflows-review-pradeepmouli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-workflows.review
Source: https://github.com/pradeepmouli/lspeasy/tree/main/.github/skills/speckit-workflows.review
Command: npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-workflows-review-pradeepmouli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a repeatable, structured process to review completed implementation work against specifications and to update task status in a centralized way, reducing ambiguity and speeding up approvals.

Core Features & Use Cases

  • Structured Review: Load feature paths, spec.md, plan.md, and tasks.md to identify scope and ensure traceability.
  • Specification Alignment: Validate implementation against the spec and plan, ensuring adherence to acceptance criteria.
  • Visibility & Reporting: Generate a review report and update task statuses in tasks.md to reflect outcomes.
  • Repeatable Workflow: Provide a consistent review workflow for ongoing speckit projects to enable team-wide quality gates.

Quick Start

Run the speckit workflows.review command on the current feature branch to begin a structured review.

Frequently Asked Questions about speckit-workflows.review

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

FAQPage Schema
How do I review completed code against a feature specification?

To review completed code against a feature specification, load your spec.md, plan.md, and tasks.md files to determine the target review scope, verify test health, and validate changes against acceptance criteria.

What is the best way to automate code-review workflows for speckit projects?

Automating code-review workflows for speckit projects involves running a structured review command on your feature branch to enforce quality gates, trace implementation against the spec, and generate a final status report.

How do I update task status in tasks.md after a code review?

Updating task status in tasks.md happens automatically after the review process validates your implementation against the spec and plan, reflecting the final review outcomes and health of changes directly in the file.

Does this structured review process require spec.md and plan.md files?

Yes, this structured review process requires spec.md, plan.md, and tasks.md files to establish feature paths, determine the target review scope, and ensure traceability between the implementation work and the original specifications.

Can I enforce quality gates during a specification alignment review?

Yes, you can enforce quality gates during a specification alignment review by verifying test health, checking changes against the plan, and ensuring adherence to acceptance criteria before updating the final task status.

Why does my code review workflow lack traceability across feature branches?

Your code review workflow lacks traceability when it does not load feature paths and cross-reference spec.md with tasks.md, which is necessary to determine the target review scope and validate implementation health consistently.