review

Trace user stories and acceptance criteria through code to verify specification compliance.

89|32|Updated May 28, 2026
One-click install
npx skills add https://github.com/genkovich/sdd --skill review-genkovich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/genkovich/sdd/tree/main/skills/review
Command: npx skills add https://github.com/genkovich/sdd --skill review-genkovich

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill conducts a comprehensive, clean-context code review, ensuring that implemented features meet their specifications and acceptance criteria before shipping.

Core Features & Use Cases

  • Independent Review: A thorough review of a feature's code, including both compliance with specifications and quality assessment.
  • Automated Tracing: Automatically traces all specifications and acceptance criteria end-to-end, flagging any gaps or issues.
  • Human Reviewer Integration: Utilizes a subagent to perform a human-like review process.
  • Use Case: Use the review skill to ensure the feature 'add-product' has been implemented correctly and meets all necessary specifications.

Quick Start

To review the 'add-product' feature, run the command: /sdd:review add-product

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review to check feature compliance with acceptance criteria?

Automated code review for feature compliance is conducted by tracing user stories and acceptance criteria end-to-end against the implementation. This process flags any specification gaps or contract issues before shipping.

What is the best way to trace user stories through code implementation for specification compliance?

Tracing user stories for specification compliance requires an independent, clean-context review that checks code adherence to defined contracts and conventions. It automatically identifies gaps between the implementation and the original acceptance criteria.

Can I use a subagent for a human-like quality assurance review of my feature code?

You can use a subagent to perform a human-like quality assurance review of your feature code. This approach evaluates both specification compliance and overall code quality without the original developer's bias.

Does the code review process work for checking adherence to contracts and conventions?

The code review process explicitly checks for adherence to contracts and conventions. It conducts a thorough assessment to ensure the implemented features maintain compliance with established architectural boundaries.

How do I run a clean-context review on a specific feature like 'add-product'?

To run a clean-context review on a specific feature, you execute a targeted review command specifying the feature name. This triggers an end-to-end compliance check against the feature's acceptance criteria.