Help us improve
Share bugs, ideas, or general feedback.
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
npx claudepluginhub ruslands/plugins --plugin github-devHow 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.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.