review

Verify implemented code against planning artifacts and generate a deviations report.

1|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/45ck/claude-sdlc-plugin --skill review-45ck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/45ck/claude-sdlc-plugin/tree/main/skills/review
Command: npx skills add https://github.com/45ck/claude-sdlc-plugin --skill review-45ck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill systematically checks that the implemented code conforms to the planning artifacts produced by /sdlc:plan. Artifacts are contracts — deviations must be explicit, documented, and approved.

Core Features & Use Cases

  • Artifact verification: Compare API routes, data models, domain models, and acceptance criteria to planning artifacts.
  • Timestamped reviews: Maintain run history with timestamps for trend analysis.
  • Deviation documentation: Record and categorize deviations for governance and approval.

Quick Start

Run /sdlc:review to initiate a design review, then view the generated report in docs/review/review-report-YYYY-MM-DD.md.

Frequently Asked Questions about review

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

FAQPage Schema
How do I verify implemented code conforms to planning artifacts like ERDs and API contracts?

To verify code conformance, automate checks against planning artifacts like ERDs and API contracts. The process reads your live codebase, compares it to defined domain models and acceptance criteria, and generates a centralized review report with a logged list of deviations.

What is the best way to document deviations between API routes and domain models during a code audit?

Document deviations during a code audit by generating a centralized review report. This report records and categorizes differences between implemented API routes, domain models, and planning artifacts to ensure explicit governance and approval.

Can I maintain a timestamped history of design reviews for trend analysis?

Yes, you can maintain timestamped reviews for trend analysis. Each verification run generates a report with a timestamp, allowing you to track governance history and monitor how code deviations change over time across your codebase.

How do I check if my codebase meets acceptance criteria defined in planning documents?

Check if your codebase meets acceptance criteria by running an automated verification process that reads planning documents and evaluates the live code against them. It produces a review report highlighting areas where the implementation deviates from the defined criteria.

Do I need planning artifacts produced by /sdlc:plan to perform an API conformance check?

Yes, planning artifacts produced by /sdlc:plan are required to perform an API conformance check. These artifacts act as contracts for your codebase, and any deviations from them must be explicitly documented and approved during the review process.