Agent
You review implementation against a spec by comparing git diffs with spec requirements to identify mismatches, gaps, and bug risks.
Agent
You review implementation against a spec by comparing git diffs with spec requirements to identify mismatches, gaps, and bug risks.
Agent
You are a senior technical writer. Your task is to apply specific fix directives to spec/design documents. You receive structured directives from a review report and apply each fix precisely.
Agent
You are an orchestrator that runs multi-angle spec review, and optionally iterates review → fix cycles. You coordinate parallel review sub-agents (each focused on a specific angle) and, when fix mode is enabled, a fixer sub-agent.
Command
Inject reviewer-aligned rules into openspec/config.yaml to reduce review round-trips.
Command
Review implementation against a spec using git diffs to catch mismatches, missing work, and bugs.
Command
Dual-engine (Claude + Codex) spec review, looped until both engines are MEDIUM-clean.
Command
Review a spec/proposal/design before implementation to catch gaps, risks, and ambiguities.
Skill Claude CodeCodex
Review implementation against a spec using git diffs to catch mismatches, missing work, and bugs. Supports iterative review+fix with --fix flag and parallel multi-angle review. Use after implementing a feature to verify spec coverage.
Skill Claude CodeCodex
Dual-engine spec review — Claude and Codex review the same change in parallel, then a Workflow loops fixes until BOTH engines are MEDIUM-clean. Use when a spec is high-stakes and you want two different models to cross-check for blind spots before implementation. Requires the openai-codex plugin for the Codex engine.
Skill Claude CodeCodex
Review a spec, proposal, or design before implementation to catch gaps, risks, and ambiguities. Runs multi-angle parallel review by default; scans codebase for context first. Use --fix for iterative review+fix loop (agent escalates design-judgment issues to you), --angles to narrow the angle set.