plugins/github-review-pr/skills/SKILL.md
Analyze a GitHub pull request and produce a review report covering changes, review status, and code quality.
npx skillsauth add 2ykwang/agent-skills github-review-prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze a GitHub pull request and produce a structured review report.
$ARGUMENTS is a PR number or GitHub URL.
https://github.com/owner/repo/pull/123): extract owner/repo and PR number, use -R owner/repogh pr view <number> [-R owner/repo] --json title,body,state,commits,files,additions,deletions,author,baseRefName,headRefName,createdAt,mergedAt,isDraft,mergeable,comments,reviews,reviewDecision,reviewRequests
gh pr diff <number> [-R owner/repo]
If the reviews array is not empty, fetch review comments:
gh api repos/{owner}/{repo}/pulls/{number}/comments
head → baseIf the file count is 30+ or additions exceed 1000:
gh CLI for all GitHub PR queries.development
Render an interactive HTML board for the user to pick among multiple comparable options side-by-side at once — engineering trade-offs, copy audits, action-item triage, architecture decisions, policy calls. Returns the picks (and optional hold/note flags) as a JSON file the agent can apply.
development
Render an interactive HTML board for the user to pick among multiple comparable options side-by-side at once — engineering trade-offs, copy audits, action-item triage, architecture decisions, policy calls. Returns the picks (and optional hold/note flags) as a JSON file the agent can apply.
data-ai
File a GitHub issue maintainers can actually act on — verified, not a duplicate, follows repo conventions (template/label/prefix), and previewed before publishing. Use when reporting a known problem.
data-ai
File a GitHub issue maintainers can actually act on — verified, not a duplicate, follows repo conventions (template/label/prefix), and previewed before publishing. Use when reporting a known problem.