What problem does it solve? Code reviews done inline in an active session inherit the author's reasoning and rationalizations, causing the reviewer to miss issues that CI catches. This Skill runs the same review locally that GitHub auto-review actions run on PRs, delegating to a fresh-context subagent so findings are unbiased. ## Core Features & Use Cases - Fresh-context review delegation: Spawns a read-only subagent (e.g., Claude Code's branch-diff-reviewer) that reads REVIEW.md policy and AGENTS.md files cold, like CI does. - Structured severity findings: Outputs P0/P1/P2 findings with file paths and line numbers, plus a test coverage assessment. - Optional PR comment posting: With --comment, posts a top-level review or inline line-level comments via the gh CLI and GitHub reviews API. - Use Case: Before pushing a branch, ask for a local review of your diff against main to catch bugs, security issues, and AGENTS.md violations before opening the PR. ## Quick Start Review the current branch diff against main for bugs, security issues, and AGENTS.md compliance.