From github-dev
Reviews pull requests for bugs, regressions, missing tests, and risky changes using GitHub CLI. Automatically detects PR from branch or explicit reference.
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 fcakyon/claude-codex-settings --plugin github-devReviews pull requests for code quality, correctness, security, and best practices. Analyzes diffs, provides structured feedback with file/line references.
Reviews GitHub pull requests end-to-end using the gh CLI. Covers diff analysis, commit history, CI checks, and severity-leveled feedback submission.
Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.