review-pr
Installation
SKILL.md
Review Pull Request
Goal
Review an external pull request (GitHub) or merge request (GitLab) by fetching its details, checking CI status, and running verification skills on the changed code. Produces a combined report. This is a read-only operation — never push, comment on the PR, or modify code.
Input
Required: $ARGUMENTS — a PR/MR URL.
Supported formats:
- GitHub:
https://github.com/{owner}/{repo}/pull/{number} - GitLab:
https://gitlab.com/{owner}/{repo}/-/merge_requests/{number}
Options:
--with-ux: Also runux-reviewerandexerciser(skipped by default)