What problem does it solve? Code reviews often become inconsistent, slow, or overly nitpicky, blocking merges and frustrating teams. This Skill provides a systematic review process with phased analysis, severity-tagged comments, and language-specific bug patterns so reviews stay constructive and thorough. ## Core Features & Use Cases - Phased Review Process: Four-phase workflow covering context gathering, high-level architecture review, line-by-line analysis, and a summarized verdict. - Severity-Labeled Feedback: Standardized labels (blocking, important, nit, suggestion, praise) plus templates for clear, actionable review comments. - Language-Specific Checklists: Python and TypeScript/JavaScript anti-patterns, security review guides, and a PR analyzer script that summarizes diff size for review planning. - Use Case: A reviewer facing a 600-line pull request runs the pr-analyzer script to gauge scope, then applies the security and testing checklists to produce a structured review comment with prioritized required changes. ## Quick Start Review the current pull request diff and produce a structured review comment with severity-labeled feedback.