review-implementation

Compare code against a specification and classify each requirement as met, partial, missing, or divergent.

5|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/mraakashshah/oro --skill review-implementation-mraakashshah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementation
Source: https://github.com/mraakashshah/oro/tree/main/.claude/skills/review-implementation
Command: npx skills add https://github.com/mraakashshah/oro --skill review-implementation-mraakashshah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies that code implementation matches the specification, identifies any gaps, and tracks the completion state.

Core Features & Use Cases

  • Spec-to-Code Comparison: Compare code against a plan, issue description, or requirements doc.
  • Checklist Generation: Extract all requirements into a flat checklist.
  • Item Verification: Classify each checklist item as done, partial, missing, or diverged.
  • Detailed Reporting: Generate a comprehensive report highlighting the status of each requirement.

Quick Start

Use the 'review-implementation' skill to verify the implementation of the new 'user-profile' feature.

Frequently Asked Questions about review-implementation

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

FAQPage Schema
How do I verify code implementation against a specification?

Spec-to-code comparison extracts requirements into a flat checklist and classifies each item as done, partial, missing, or diverged. This tracks completion state and generates a report highlighting any gaps between implementation and requirements.

How do I check code completion status against a requirements doc?

Checking code completion status involves extracting all requirements into a flat checklist and verifying each item against the code. You classify requirements as met, partially met, not met, or divergent to identify gaps and track overall completion state.

What is the best way to identify missing requirements in software development?

The best way to identify missing requirements is generating a flat checklist from the specification and classifying each item as done, partial, missing, or diverged. This highlights gaps between the plan and the actual code implementation.

Does spec-to-code comparison require manual input for locating the specification?

Yes, spec-to-code comparison requires manual input for locating the specification and creating the checklist. You must provide the plan or requirements doc so the review can extract requirements and classify implementation status accurately.

What is a code review checklist and how does it track completion?

A code review checklist extracts all requirements from a specification into a flat list to track completion. It verifies the code by classifying each item as met, partially met, not met, or divergent, producing a detailed alignment report.