What problem does it solve?
This Skill provides a structured, senior-level code review workflow to catch correctness defects, regressions, dead code, API boundary violations, and security/stability risks for local changes or pull requests before merging.
Core Features & Use Cases
- Context-aware impact analysis: Guides use of vibe3 inspect, git/gh diffs, and symbol-level lookups to determine callers, signature impact, and change scope.
- Standards-driven validation: Checks against project review policies, Python standards, LOC limits, test coverage expectations, and lint rules to surface Blocking/Major/Major/Nit issues.
- Actionable reporting & handoff: Produces a Markdown report with severity buckets, file/function findings, minimal fixes, and instructions to append handoff milestones; suitable for pre-PR audits and validating reviewer feedback.
Quick Start
Please perform a structured, senior-level code review of the current branch or PR and output a Markdown report with Blocking, Major, Minor, and Nit findings including minimal fixes and file/line references.