What problem does it solve? Reviewing code thoroughly and consistently is time-consuming, and reviewers often miss security vulnerabilities, performance bottlenecks, or testing gaps when working without a structured process. ## Core Features & Use Cases - Structured Review Workflow: Walks through context gathering, architecture review, detailed code inspection, security audit, performance analysis, testing review, and documentation checks. - Actionable Checklists: Provides concrete checklists for naming, SOLID principles, error handling, input validation, SQL injection, XSS, N+1 queries, and test quality. - Feedback Guidance: Shows how to write constructive, specific, prioritized review comments with severity levels (critical, important, nice-to-have). - Use Case: When a teammate opens a pull request touching authentication logic, use this Skill to systematically verify input validation, password hashing, session handling, and test coverage before approving. ## Quick Start Review the changes in this pull request and provide prioritized feedback covering code quality, security, performance, and test coverage.