What problem does it solve? Post-hoc code review catches issues only after work is done; this Skill puts a specialist subagent in the loop during authoring so security, performance, or architectural concerns are caught at each step. ## Core Features & Use Cases - Two-mind turn loop: The main agent proposes each step and a named specialist subagent (CodeReviewer, SecurityAuditor, PerformanceAnalyzer, Architect, DevOpsToolchain, ReadOnly) reviews it from its discipline. - Operator gates: Every turn pauses for an accept, modify, or skip decision, with configurable turn count and file scope restrictions. - Use Case: Run a security pair on an auth refactor — the main agent rewrites JWT validation while SecurityAuditor inspects each step, flagging a token leak in an error message before it ships. ## Quick Start Ask the agent to pair with SecurityAuditor for four turns to refactor JWT validation to use the jose library.