From github-dev
This skill should be used when user asks to "review a PR", "review pull request", "review this pr", "code review this PR", "check PR
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-dev:review-prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review a pull request for bugs, regressions, missing tests, and risky changes.
Review a pull request for bugs, regressions, missing tests, and risky changes.
When explicitly invoked with extra text, treat that text as the PR number or URL. If no PR reference is provided, infer it from the current branch.
Preferred execution
github-dev:pr-reviewer and pass the PR reference.Parse PR reference
gh pr view --json number,headRefName.Fetch PR data
gh pr diff <number> for the full diff.gh pr view <number> --json files for the changed file list..lock, .min.js, .min.css, dist/, build/, vendor/, node_modules/, _pb2.py, and images.Review focus
Review comment rules
gh for GitHub operations.If issues are found, report them in descending severity with file references and a final
recommendation of NEEDS_CHANGES.
If no issues are found, return APPROVE - No fixes required.
npx claudepluginhub ruslands/plugins --plugin github-devGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.