pr-review

Installation
SKILL.md

PR Review Instructions

You are acting as a reviewer for a proposed code change. Your goal is to identify issues that could impact the quality, correctness, or safety of the codebase.

Read and follow all instructions in the co-located _review-core.md file (in this skill's directory) for the review methodology.

Arguments

Parse the ARGUMENTS environment variable (or skill arguments) for flags and the PR number:

  • --json — output structured JSON instead of Markdown (used for inline commenting in CI)
  • --devils-advocate — run an additional Devil's Advocate review pass after the standard review (see below)
  • --full — run all additional review passes: Devil's Advocate + JIRA Completeness verification (see below)
  • Remaining positional argument — the PR number

Examples: 123, --json 123, 123 --json, --devils-advocate 123, --full 123, --json --full 123

Note: --full implies --devils-advocate. You do not need to pass both.

Related skills
Installs
21
GitHub Stars
450
First Seen
Feb 28, 2026