What problem does it solve? Reviewing code thoroughly and consistently is hard—reviewers often miss security vulnerabilities, performance bottlenecks, or testing gaps, and feedback can be vague or inconsistent across a team. ## Core Features & Use Cases - Structured Review Workflow: Walks through eight review stages covering context, architecture, naming, SOLID principles, error handling, security, performance, testing, and documentation. - Security & Performance Checklists: Audits for SQL injection, XSS, hardcoded secrets, N+1 queries, and resource leaks with concrete vulnerable/fixed code examples. - Constructive Feedback Guidance: Provides templates for prioritized, specific, respectful review comments with severity levels (critical, important, nice-to-have). - Use Case: When a teammate opens a pull request, use this Skill to systematically check the diff against quality, security, and testing checklists, then produce prioritized actionable feedback. ## Quick Start Review this pull request diff for code quality, security vulnerabilities, and missing test coverage, then give me prioritized feedback.