What problem does it solve? Single-pass code reviews miss issues outside the diff, edge cases, and untested paths. This Skill reviews the same diff through five distinct lenses in parallel, then has the parent agent verify and deduplicate every finding before anything reaches a PR or report. ## Core Features & Use Cases - Five fixed review perspectives: implementation/codebase consistency, intent and design, correctness and tests, runtime quality, and security, each run as an isolated subagent on a full git worktree. - Parent-agent adjudication: the orchestrating session reads each intermediate review file, merges duplicates, rejects false positives, and re-grades severity before producing output. - Three output modes: inline PR review comments via the GitHub API, a markdown report file, or direct fixes to the working tree for non-design changes. - Use Case: Before merging a large pull request, ask for a deep review to get verified findings with file:line evidence posted as inline PR comments, plus a summary of rejected false positives. ## Quick Start Ask the agent to deep-review the current uncommitted changes or a specific PR number, for example by saying "deep-review PR #123 and post the findings as review comments".