What problem does it solve? Reviewing a pull request thoroughly requires checking many dimensions at once, and a single-pass review often misses issues. This Skill coordinates multiple specialized code-review subagents so every concern is covered and every finding is reported. ## Core Features & Use Cases - Parallel Subagent Reviews: Spawns one subagent per code-review-* skill, each with high reasoning effort, to cover distinct review dimensions. - Complete Findings Report: Aggregates every issue from every subagent into a numbered Markdown list, each with a specific file path and line number. - GitHub Integration: Adds a code-reviewed label when the reviewer is the pull request owner, and never posts comments unless explicitly asked. - Use Case: Before merging a large pull request, run this Skill to get a consolidated, numbered list of all issues found across security, style, and logic review passes. ## Quick Start Run a final code review on this pull request and report every finding with file paths and line numbers.