impl-review

Validate project implementation against feature specifications and generate adherence reports.

1|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/heltondoria/claude-code-sdd-kit --skill impl-review-heltondoria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-review
Source: https://github.com/heltondoria/claude-code-sdd-kit/tree/main/global/skills/impl-review
Command: npx skills add https://github.com/heltondoria/claude-code-sdd-kit --skill impl-review-heltondoria

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your project's implementation accurately matches the detailed requirements laid out in its feature specifications, preventing drift and ensuring quality.

Core Features & Use Cases

  • Requirement Verification: Checks if all specified interfaces, APIs, error handling, and test scenarios are implemented.
  • Convention Compliance: Validates adherence to project coding standards and best practices.
  • Adherence Scoring: Provides a quantitative score and detailed report on implementation quality.
  • Use Case: After developing a new feature, use this Skill to automatically check if the code written for that feature meets all the criteria defined in its corresponding feature spec, identifying any gaps or deviations.

Quick Start

Use the impl-review skill to validate the 'src/' directory against the '.specs/F6-task-export.md' specification.

Frequently Asked Questions about impl-review

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

FAQPage Schema
How do I verify code against feature specifications?

To verify code against feature specifications, you can scan your codebase and compare the implementation against provided spec files to identify missing, partial, or divergent requirements.

What is implementation validation for convention compliance?

Implementation validation for convention compliance is the process of checking if your project's code adheres to defined coding standards, internal interfaces, and API contracts.

How do I generate an adherence report with scoring for my codebase?

You generate an adherence report with scoring by validating your codebase against feature specs, which analyzes error handling, test coverage, and conventions to produce a quantitative quality score.

Can I check test coverage and API contracts against a feature spec?

Yes, you can check test coverage and API contracts against a feature spec by analyzing the codebase to ensure all specified interfaces, error handling, and test scenarios are fully implemented.

When do I need an adherence report for implementation validation?

You need an adherence report for implementation validation when you have finished developing a new feature and want to automatically check if the written code meets all criteria defined in its feature spec.

What is the best way to prevent implementation drift from feature specs?

The best way to prevent implementation drift from feature specs is to validate project implementation against detailed requirements, ensuring code accurately matches internal interfaces and API contracts.