review-code

Installation
SKILL.md

Code Review Against Specification

IMPORTANT: Deep Review Trait Check

Before starting any review work, check if the deep-review trait is enabled:

jq -r '.traits["deep-review"] // false' .specify/spex-traits.json 2>/dev/null

If deep-review is true, this skill MUST invoke {Skill: spex:deep-review} after spec compliance passes (>= 95%). Do NOT produce only a basic compliance review when deep-review is active. The deep review dispatches 5 specialized agents, runs a fix loop, and generates a Deep Review Report. See step 9a below for details.

Overview

Review code implementation against specification to ensure compliance.

Key Difference from Standard Code Review:

  • Primary focus: Does code match spec?
  • Secondary focus: Code quality, patterns, best practices
Related skills
Installs
2
Repository
rhuss/cc-spex
GitHub Stars
42
First Seen
Mar 30, 2026