code-review-parallel
Installation
SKILL.md
Code Review — Parallel (Multi-PR, Multi-Platform)
Thin orchestrator: fan out the code-review pipeline across many PRs/MRs in parallel. Supports GitHub (gh), GitLab (glab), and Azure DevOps (az repos pr). Read-only — does not apply fixes (PR branches differ; cross-checkout is out of scope, use single-PR code-review for that).
Quick start
/code-review-parallel <url> [<url> ...]
/code-review-parallel --gh 123 --gl 45 --ado 67
/code-review-parallel --file prs.txt
cat prs.txt | /code-review-parallel -
Input forms (mix freely):
- URL —
https://github.com/o/r/pull/123,https://gitlab.com/g/r/-/merge_requests/45,https://dev.azure.com/o/p/_git/r/pullrequest/67 - Flags —
--gh <id>,--gl <id>,--ado <id>(resolved against current repo'soriginremote; rejected if host doesn't match) - List file / stdin — one URL per line,
#comments allowed