What problem does it solve? Code reviews often stop at listing problems, leaving fixes unaddressed, and shallow diff-only reviews miss bugs hidden in removed code, lifecycle transitions, and broken callers. This Skill performs deep multi-perspective review of PRs or local changes and drives every finding to resolution. ## Core Features & Use Cases - Parallel 3-Agent Review: Dispatches completeness, correctness, and impact agents concurrently, with dependency tracing, usage-site grepping, and lifecycle/state-transition analysis. - Two Modes: PR Mode reviews a GitHub PR via gh and posts the verdict to GitHub; Local Mode reviews commits or uncommitted WIP read-only without touching HEAD. - Closed-Loop Fixes: When any finding exists, it hands a structured fix brief to the dev-cycle skill, commits and pushes fixes in PR mode, then re-reviews to verify resolution. - Use Case: After finishing a feature branch, ask for a review of your unpushed commits; the Skill infers the range, runs the 3-agent analysis, presents severity-tagged findings, and commits fixes locally. ## Quick Start Ask the AI to review PR #42, or say "review my changes" to have it infer the target and deliver a severity-tagged verdict with fixes.