pr-review
Installation
SKILL.md
PR Review Workflow
Structured workflow for reviewing pull requests correctly and avoiding false findings.
1. Fetch PR metadata
GH_PAGER=cat gh pr view <number> --json title,body,headRefName,baseRefName,state,files,author,labels,additions,deletions,changedFiles
2. Set up a worktree for review
First, determine whether the current workspace already contains the PR's repository:
Related skills
More from cedricvidal/coding-skills
git-guardrails
>-
11wtm
Worktree Merge (WTM) workflow — use when the user asks to implement a task using the WTM method, a git worktree, or mentions "worktree merge". This skill orchestrates creating a worktree + branch, coding in isolation, committing incrementally, and merging via PR.
10github-cli
>-
10standup-notes
Creates daily standup notes. Use when the user asks to write standup notes, daily standup notes, a daily update, or a daily status update. Supports multiple projects, carries over goals from previous standup notes, and checks GitHub activity for completeness.
7