mine.implementation-review

Review changed files against design documents and work packages using Opus.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-implementation-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.implementation-review
Source: https://github.com/NodeJSmith/Claudefiles/tree/main/skills/mine.implementation-review
Command: npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-implementation-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as a crucial quality gate after code implementation, ensuring that the developed features align with the original design and requirements, preventing technical debt and integration issues.

Core Features & Use Cases

  • Design vs. Code Audit: Compares implemented code against design documents and work packages.
  • Automated Checklist Review: Utilizes an advanced AI model (Opus) to systematically check for common implementation pitfalls across 7 categories.
  • Verdict & Action: Provides a clear Approve/Fix/Abandon verdict with actionable feedback.
  • Use Case: After completing a complex feature, run this skill to get an AI-driven review that confirms all requirements are met, code is clean, and integration points are solid before merging.

Quick Start

Run the mine.implementation-review skill with the path to your feature's design document.

Frequently Asked Questions about mine.implementation-review

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

FAQPage Schema
How do I review code changes against design documents after feature implementation?

Post-implementation code review compares changed files against design specifications using an automated checklist to verify design adherence. It applies a 7-category quality gate to identify implementation gaps and provide an actionable verdict before merging.

What is an automated quality gate for completed software features?

A quality gate for completed features audits implemented code against work packages to prevent technical debt. It systematically checks for common implementation pitfalls across 7 categories and outputs an approve, fix, or abandon verdict to ensure integration points are solid.

How to check if code implementation matches design specifications before merging?

Checking design adherence involves diffing changed files against the original design document using an AI subagent. This automated checklist review confirms that all requirements are met and code is clean, providing clear feedback on whether to approve, fix, or abandon the implementation.

Do I need git to run an automated implementation review?

Yes, an automated implementation review requires git for diffing changed files and a temporary directory for review output. These prerequisites allow the AI subagent to systematically compare the implemented code against the design document and work packages.

What does the implementation gap analysis verdict include?

The implementation gap analysis verdict provides a clear approve, fix, or abandon decision based on a 7-category checklist. It ensures design adherence and delivers actionable feedback to resolve any identified implementation gaps or integration issues.