What problem does it solve? Getting fast, thorough feedback on local code changes before pushing or opening a pull request is hard without a second reviewer. This Skill inspects your uncommitted or unpushed git changes and produces a structured, copy-paste-ready code review covering code quality, design system compliance, security, and test coverage. ## Core Features & Use Cases - Flexible Diff Scoping: Reviews staged changes, unstaged changes, branch-vs-main diffs, or specific commit ranges based on what you ask. - Multi-Perspective Review: Delegates to four specialized reviewers covering clean code, design system consistency, security vulnerabilities, and E2E test coverage. - Structured Output: Consolidates findings into a deduplicated markdown review grouped by file, with severity labels (Bug, Suggestion, Nit, Security, Design) and a clear verdict. - Use Case: Before pushing a feature branch, ask for a review of your changes and receive a file-by-file critique with concrete fix suggestions, including whether new routes or server functions need Playwright E2E coverage. ## Quick Start Ask the assistant to review my current uncommitted changes and give me a structured code review.