Review Swarm Review a diff with four read-only sub-agents in parallel, then have the main agent filter, order, and summarize only the issues that matter. This skill is review-only: sub-agents do not edit files, and the main agent does not apply fixes as part of this workflow. Step 1: Determine Scope and Intent Prefer this scope order: 1. Files or paths explicitly named by the user 2. Current git changes 3. An explicit branch, commit, or PR diff requested by the user 4. Most recently modified tracked files, only if the user asked for a review and there is no clearer diff If there is no clear r…