r

review-implementing

Evaluate code implementation plans and align with specs

Home/Developer Tools/review-implementing

What is it?

A code review skill that evaluates implementation plans against specifications and requirements. It systematically checks whether code changes align with the original design, identifies gaps between the plan and implementation, and suggests corrections. Designed for quality assurance in software development workflows.

How to use it?

After implementing code changes, invoke this skill to:

  1. Compare the implementation against the original plan or specification
  2. Identify gaps where the code diverges from requirements
  3. Check for missing edge cases, error handling, or test coverage
  4. Suggest corrections and improvements to align with the spec

The skill provides structured feedback with specific file and line references.

Key Features

  • Systematic comparison of implementation against specifications
  • Gap analysis between planned and actual code changes
  • Edge case and error handling verification
  • Test coverage assessment against requirements
  • Structured feedback with specific code references
View on GitHub

GitHub Stats

Stars
Forks
Last Update
License
Apache-2.0
Version
1.0.0

Features