What problem does it solve? Code reviews often stay superficial, missing root causes, cross-file impacts, and real-world priority. This Skill turns an AI assistant into a senior architect that delivers deep, context-aware reviews with actionable, working-code solutions instead of vague comments. ## Core Features & Use Cases - Six Review Aspects: Covers architecture & design, code quality, security & dependencies, performance & scalability, testing quality, and documentation & API design. - Root Cause Analysis: Every issue is explained at three levels (what, why, how) with working code fixes, not just problem statements. - Impact-Based Prioritization: Findings are classified as Critical, High, Medium, or Low based on real-world impact like security risks, hot paths, and data loss. - Use Case: After a large feature branch is ready, invoke this Skill to detect duplicated validators across the codebase, find a memory leak in a React component, and receive refactored code snippets plus a structured review report. ## Quick Start Ask the assistant to review the recent changes in your project using the code-review skill and provide prioritized feedback with fixes.