What problem does it solve? Code authors often miss bugs in their own work, and self-verification rarely catches correctness issues, regressions, or untested paths. This Skill provides a fresh-perspective review process that systematically inspects changes before they are committed. ## Core Features & Use Cases - Prioritized Findings: Ranks issues by severity (CRITICAL, WARNING, INFO) across correctness bugs, behavioral regressions, missing tests, risky assumptions, and security concerns. - Structured Output: Produces actionable findings with file path, line number, risk explanation, and suggested fixes. - Use Case: After an AI agent or developer implements a feature touching multiple files, trigger a review before committing to catch unchecked errors, hardcoded values, or missing test coverage. ## Quick Start Review the changes I just made and flag any correctness bugs, regressions, or missing tests before I commit.