review

Review the current build against a specified spec and generate a findings report.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill review-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/review
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill review-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps ensure that every spec requirement is met for the current build, catching gaps, bugs, or missing pieces.

Core Features & Use Cases

  • Spec Comparison: Compare the current build against a specified spec.
  • Detailed Review: List every gap, bug, or missing piece with the exact spec item it fails.
  • Fixes Guidance: Provide specific fixes for the /build team to address the issues.
  • Pass/Fail Criteria: Only PASS when every spec requirement is fully met.

Quick Start

Run /review <name> to review the current build against the spec <name>.

Frequently Asked Questions about review

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

FAQPage Schema
How do I validate my code build against a software spec?

Spec comparison checks the current build against a defined specification to catch gaps, bugs, or missing pieces. It ensures each requirement is met and generates a report with specific findings and suggested fixes for the build team.

What is the best way to identify missing requirements in a build?

The best way to identify missing requirements is performing a detailed spec comparison. This process lists every gap or missing piece alongside the exact spec item it fails, only passing when every requirement is fully met.

How do I check if my code meets pass/fail criteria for a spec?

To check if code meets pass/fail criteria, you validate the built output against the spec's requirements. The review only issues a PASS status when every single spec requirement is fully met, otherwise detailing the failures.

Can I get specific fix guidance for bugs found during requirement validation?

Yes, requirement validation provides specific fix guidance for identified bugs. After comparing the build to the spec, it generates a report that lists every gap and offers suggested fixes for the build team to address the issues.

When do I need to run a spec comparison on my current build?

You need to run a spec comparison on your current build when you want to ensure every requirement is met before delivery. It is used to catch gaps, bugs, or missing pieces by validating the built code against the specified requirements.