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 skills as parallel subagents and consolidates every finding into one numbered report. ## Core Features & Use Cases - Multi-subagent orchestration: Spawns one subagent per code-review-* skill, passing the full skill path and using high reasoning effort. - Complete findings report: Returns every issue from every subagent as numbered Markdown findings, 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 GitHub comments unless explicitly asked. - Use Case: Before merging a large pull request, run this Skill to fan out specialized reviewers and receive a single consolidated, numbered list of all detected issues. ## Quick Start Run a final code review on this pull request using all code-review skills and report every finding with file paths and line numbers.