What problem does it solve? Reviewing a change across accessibility, code quality, and performance dimensions manually is slow and easy to under-scope, especially when work was committed across several steps. This Skill dispatches the project's registered reviewers in parallel over the correct diff scope and merges their findings into one de-duplicated, severity-ranked report with an action plan. ## Core Features & Use Cases - Parallel multi-role review: Discovers registered reviewers (accessibility, code quality, performance) by name and description, preferring project-tailored reviewers over canonical ones, and runs them concurrently over the same diff. - Correct diff scoping: Defaults to uncommitted changes, or resolves the full branch versus its upstream merge-base when the increment spans multiple commits, including untracked files read in full. - Merged actionable report: De-duplicates overlapping findings, keeps every unique finding, ranks by Blocker/Major/Minor/Nit, and produces an ordered action plan that is only applied after explicit approval. - Use Case: After implementing a feature across several commits, run the review before pushing to get a single consolidated report covering WCAG issues, code quality problems, and performance regressions, then approve the fix plan. ## Quick Start Ask the assistant to run the code-review skill on the current branch before committing.