review-implementation

Verify code implementation against requirements using multiple AI models.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/corymhall/toolkit --skill review-implementation-corymhall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementation
Source: https://github.com/corymhall/toolkit/tree/main/gastown/skills/review-implementation
Command: npx skills add https://github.com/corymhall/toolkit --skill review-implementation-corymhall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification of code implementation against a given specification, ensuring completeness, correctness, and adherence to requirements, thereby reducing manual review time and potential errors.

Core Features & Use Cases

  • Automated Code Review: Dispatches multiple AI models to review code against specifications, PRDs, or task lists.
  • Gap Identification: Detects missing features, acceptance criteria not met, scope creep, and adherence to standards.
  • Use Case: After a developer completes a feature, this Skill can be invoked to automatically check if all aspects of the original design document have been implemented correctly before a human code review.

Quick Start

Use the review-implementation skill to check if the code in the current branch matches the 'epic cgt-22' specification.

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 automatically?

To verify code implementation against a specification automatically, you can use this Skill to dispatch multiple AI models to review your code for completeness, acceptance criteria, and edge cases.

Can I use multiple AI models like GPT, Claude, and Gemini for code review?

Yes, you can use GPT, Claude, and Gemini for code review. This Skill supports multi-model reviews to cross-check code implementation against design documents and task lists.

What is the best way to check for scope creep and missing features before a human review?

The best way to check for scope creep and missing features is to run an automated gap analysis against your requirements. This Skill identifies unmet acceptance criteria and adherence issues before human review.

How do I ensure my code aligns with design documents and task lists?

To ensure your code aligns with design documents and task lists, this Skill automates spec compliance verification. It performs gap identification and checks for completeness, correctness, and scope creep.

Does this automated code review tool support preflight checks and customizable categories?

Yes, this automated code review tool supports preflight checks and customizable review categories. It allows you to configure the verification process to match your specific design documents.

What are the limitations of using AI assistants for implementation verification?

Limitations of using AI assistants for implementation verification include the need for clear specifications. This Skill automates gap analysis but cannot fully replace human judgment for complex contextual adherence.