implementation-review

Verify code implementations against specifications and report gaps.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/teliha/dev-workflows --skill implementation-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-review
Source: https://github.com/teliha/dev-workflows/tree/main/skills/implementation-review
Command: npx skills add https://github.com/teliha/dev-workflows --skill implementation-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs a structured self-review to ensure implementations fully align with their specifications, iterating until all gaps are resolved.

Core Features & Use Cases

  • Spec-to-Implementation Verification: Compare code against the spec
  • Gap Detection: Identify missing or incorrect implementations
  • Iterative Fixes: Apply fixes and re-check until alignment
  • Comprehensive Checklist: Coverage across functionality, edges, errors, and security
  • Detailed Reporting: Clear gap reports with actionable fixes

Quick Start

Request a thorough implementation review for a given module; the skill will run a multi-pass, context-isolated check and report gaps and fixes.

Frequently Asked Questions about implementation-review

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

FAQPage Schema
How do I verify that my code implementation matches the specification?

Implementation review performs spec-to-implementation verification by comparing your code against documented requirements, identifying gaps in functionality, edge case handling, error management, and security controls. It applies iterative checks across modules and APIs until full alignment is confirmed.

What does a comprehensive implementation review check for?

A thorough review covers functional correctness, edge cases, error handling, security considerations, and API compliance. The skill generates detailed gap reports showing exactly what's missing or incorrect, then guides iterative fixes with clear metrics and actionable remediation steps.

Can I use implementation review for security-sensitive components?

Yes. Implementation review is designed for security-sensitive components, APIs, and modules. It conducts multi-pass, context-isolated verification to ensure specifications are fully satisfied, with traceable remediation guidance for compliance-critical code.

How does iterative review work until gaps are resolved?

The skill runs multiple verification passes: detect gaps against the spec, apply fixes, re-check alignment, and repeat until all requirements are satisfied. Each pass reports findings with actionable corrections and delivers clear metrics showing coverage progress.

What should I prepare before running an implementation review?

Provide the code module or API and its written specification. The skill works best when specs define functionality, expected behavior, error conditions, and security requirements. Review is self-contained and requires no additional environment setup.

Related Skills