fcakyon/review-pr
This skill should be used when user asks to "review a PR", "review pull request", "review this pr", "code review this PR", "check PR #N", provides a GitHub PR URL, or explicitly invokes "review-pr".
npx skills add https://github.com/fcakyon/claude-codex-settings --skill review-pr
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.
github-dev:pr-reviewer and pass the PR reference.gh pr view --json number,headRefName.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.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.
Take fcakyon/review-pr from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.