What problem does it solve? Conducting thorough, consistent code reviews is time-consuming and easy to do superficially, especially when switching between local changes and remote Pull Requests. This Skill provides a structured review workflow that catches bugs, security issues, and maintainability problems before they reach production. ## Core Features & Use Cases - Dual Review Targets: Reviews either local changes (staged or working tree diffs) or remote GitHub Pull Requests by ID or URL, checking out PRs with the GitHub CLI. - Structured Analysis Pillars: Evaluates code across correctness, maintainability, readability, efficiency, security, edge cases, and testability. - Incremental Findings Recording: Writes each finding to a file as it is discovered, so results survive session limits or crashes, and classifies them as Critical, Improvements, or Nitpicks with a clear approval recommendation. - Use Case: A teammate asks you to review PR #123. The Skill checks out the PR with gh pr checkout, runs the project's just ci preflight suite, analyzes the diff, and produces a structured review with file:line evidence and an Approved or Request Changes conclusion. ## Quick Start Ask the agent to review PR #123 or to review your current uncommitted changes.