What problem does it solve? Standard PR reviews can miss issues because a single reviewer pass covers limited angles. This Skill replaces only the review-execution step of /review-pr with parallel subagent reviews, giving multi-perspective coverage of a pull request's diff while keeping the rest of the established review workflow intact. ## Core Features & Use Cases - Parallel Review Delegation: Replaces Step 4 of /review-pr by delegating the diff range, convention file paths, and focus points to /review-code-deeply or a project-specific deep review skill. - PR-Specific Cross-Checks: While subagents run, it verifies PR description versus diff consistency, alignment with the PR's stated purpose, and whether previously flagged issues remain. - Severity Remapping: Translates the delegate's severity scale (e.g., must/imo) into the repository's own conventions, requiring evidence from written rules and counted codebase precedents before raising severity. - Use Case: When a teammate asks for a thorough review of a large PR, invoke this Skill to fan out the diff across parallel review agents, then feed the deduplicated findings back into /review-pr's verification and posting steps. ## Quick Start Ask the assistant to deeply review pull request number 123 with a focus on error handling using /review-pr-deeply.