speckit-workflows.review

Review completed code against specifications and update task statuses in tasks.md.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-workflows-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-workflows.review
Source: https://github.com/refactory-lang/refactory-template/tree/main/.claude/skills/speckit-workflows.review
Command: npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-workflows-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process by validating implementations against specifications and automating task status updates, ensuring project progress and quality.

Core Features & Use Cases

  • Structured Code Review: Validates code changes against feature specifications and implementation plans.
  • Automated Task Management: Updates task statuses in tasks.md for approved work.
  • Use Case: After a developer completes a feature, this Skill can be used to perform a thorough review, identify any issues, and automatically mark completed tasks as done, preparing the feature for merging.

Quick Start

Use the speckit-workflows.review skill to review all pending tasks for the current feature.

Frequently Asked Questions about speckit-workflows.review

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

FAQPage Schema
How do I automate code review against feature specifications?

Automated code review against feature specifications validates completed implementation work by checking Git repository history and `.specify/` configuration. It systematically compares code changes against requirements to ensure adherence before merging.

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

To update task statuses in `tasks.md`, the review workflow automatically marks completed tasks as done once implementation work passes structural validation. This ensures project progress tracking remains synchronized with approved code quality checks.

Does automated specification validation require Git history and .specify configuration?

Yes, specification validation requires access to Git repository history and `.specify/` project configuration. These dependencies provide the necessary commit context and feature specification data to accurately validate code changes and update task statuses.

What is the best way to validate code quality and track task completion in one workflow?

The best way to validate code quality and track task completion is using a structured workflow that reviews pending tasks against feature specifications. This approach integrates requirements adherence checks with automated task completion tracking within project files.

Can I use workflow automation to review pending implementation tasks for a current feature?

Yes, workflow automation can review all pending implementation tasks for a current feature. The process evaluates completed work against specifications, identifies any issues, and prepares validated features for merging by updating task statuses.

Why does specification validation fail when project configuration is missing?

Specification validation fails without proper `.specify/` project configuration because the workflow relies on this directory to load feature specifications and implementation plans. Missing configuration prevents the system from accessing the required context for accurate code review.