speckit-review

Review 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-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-review
Source: https://github.com/refactory-lang/refactory-template/tree/main/.claude/skills/speckit-review
Command: npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-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, ensuring implementations meet specifications and updating task statuses automatically.

Core Features & Use Cases

  • Structured Code Review: Validates code against specifications and acceptance criteria.
  • Task Status Updates: Automatically marks completed tasks in tasks.md.
  • Use Case: After a developer completes a feature, this Skill can be used to review their code, verify it meets the requirements in spec.md, and if approved, mark the associated tasks in tasks.md as complete.

Quick Start

Use the speckit-review skill to review the latest code changes and update task statuses.

Frequently Asked Questions about speckit-review

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

FAQPage Schema
How do I validate completed code against specifications and update task status?

To validate code against specifications and update task status, perform a structured code review of completed implementation work, verifying it meets acceptance criteria and automatically marking completed tasks in tasks.md.

What is the best way to automate task status updates after a code review?

Automating task status updates after a code review involves validating implementation work against spec.md requirements, and if approved, automatically marking the associated tasks as complete in the tasks.md file.

How does code review validation work for speckit project structures?

Code review validation for speckit project structures works by loading context from feature paths, specifications, and task lists within the .specify/ directory to satisfy requirements for code quality, test validation, and acceptance criteria verification.

Do I need a .specify/ directory to validate code against acceptance criteria?

Yes, you need a .specify/ directory to validate code against acceptance criteria, as this structured code review process applies specifically to speckit project structures and requires loading context from feature paths and specifications.

Can I verify test validation and code quality without manually checking the spec.md file?

You can verify test validation and code quality without manually checking spec.md by running a structured review process that loads specification context automatically and validates completed implementation work against the defined acceptance criteria.

When should I not use automated task status updates in tasks.md?

You should not use automated task status updates in tasks.md when the implementation work has not been fully completed, as the review process requires validating finished code against specifications before marking tasks as complete.