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 run ux-reviewer and exerciser (skipped by default)
Installs
20
GitHub Stars
6
First Seen
Aug 7, 2026
review-pr — niekcandaele/skills