From dz
Use when user asks to review a pull request by number, URL, or branch ("review this PR", "review PR 123"). Fetches PR details, reads diff and failing checks, produces structured feedback across code quality, security, performance, testing, docs, architecture, dependencies, CI/CD coverage, and completeness. Accepts optional $ARGUMENTS for the PR reference.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dz:gh-pr-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping review a pull request. Please provide a thorough, structured review.
You are helping review a pull request. Please provide a thorough, structured review.
PR to review: $ARGUMENTS
Review process:
For each area, provide:
End with an overall recommendation: APPROVE, REQUEST CHANGES, or COMMENT.
If no PR number/URL is provided: Find the PR for the current branch. If on main branch, list open PRs and ask which one to review.
Use these GitHub CLI commands:
gh pr view - Get PR details, reviews, and status checksgh pr diff - Get code changesgh pr checks - Get detailed check status and failure logsgh run view - Get workflow run details if checks are failing.github/workflows/ to understand what CI/CD checks are configuredCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub dzhuneyt/skills --plugin dz