Code Review Overview Assess code quality, design, correctness, and maintainability through a structured 9-step review workflow. Uses Conventional Comments format with file-specific references. When to Use - After implementation phase completes - When reviewing code changes before merge - As part of the /review-code command Process 1. Identify modified files via git 2. Assess change magnitude for review depth 3. Execute 9-step review: context, correctness, design, testing, security flags, operations, maintainability 4. Synthesize findings in standardized report 5. Deliver verdict with rational…