review-implementation

Verify completed implementations against the bd epic with automated checks and quality gates.

80|17|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/withzombies/hyperpowers --skill review-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementation
Source: https://github.com/withzombies/hyperpowers/tree/main/skills/review-implementation
Command: npx skills add https://github.com/withzombies/hyperpowers --skill review-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents shipping incomplete or non-compliant code by rigorously verifying implementation against the original specification. It catches gaps, anti-patterns, and missed edge cases before they become costly production issues or wasted PR review time.

Core Features & Use Cases

  • Comprehensive Verification: Systematically checks every success criterion, implementation checklist item, and anti-pattern.
  • Evidence-Based Review: Requires running verification commands and using the test-runner agent to provide concrete evidence, not assumptions.
  • Gatekeeper: Acts as a mandatory gate before completing a development branch, ensuring quality and adherence to the plan.
  • Use Case: After implementing a complex feature, use this Skill to automatically review all tasks against the bd specification, ensuring every requirement is met and no anti-patterns were introduced.

Quick Start

Use the review-implementation skill to verify the implementation of bd-1 against its 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 that code implementation matches the specification?

Code verification systematically checks every success criterion and implementation requirement against the original specification. This Skill evaluates completed implementations using a four-step review process: automated checks, quality gates, code reading, and test audits to ensure full contract fulfillment before merging.

What's the best way to catch incomplete features before code review?

Apply evidence-based review gates that require running verification commands and test audits to provide concrete evidence of compliance. This mandatory gatekeeper process identifies gaps, anti-patterns, and missed edge cases before they reach PR review or production.

How do I audit test quality during the review process?

Use the test-runner agent to conduct auditable test audits across all tasks, applying explicit test-quality criteria to verify that tests cover success criteria and edge cases. Documented findings enforce that test evidence supports approval decisions.

Can I use this Skill to review complex multi-task implementations?

Yes. This Skill systematically verifies implementations against the bd specification across all tasks, ensuring every requirement is met and no anti-patterns were introduced. It acts as a mandatory quality gate for completing development branches.

What happens if the implementation doesn't meet the specification?

The review process identifies gaps and missing artifacts with documented findings, then stops the branch completion process. This prevents shipping non-compliant code and surfaces issues for remediation before they become costly production problems.

Do I need to run commands manually to verify compliance?

No. This Skill requires running verification commands and test audits through automated checks, but it orchestrates the evidence gathering. You provide the specification and completed work; the Skill performs the systematic verification against all success criteria.