src/claude/skills/review-pr/SKILL.md
Review a PR and post comments after approval. Does NOT make code changes.
npx skillsauth add the-agency-ai/the-agency src/claude/skills/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.
Review a pull request and post comments. Does NOT make code changes — only reads and comments.
If PR number provided, use it. Otherwise: gh pr view --json number from current branch.
gh pr view {number} --json title,body,files,reviews,commentsgh pr diff {number}One paragraph summarizing what the PR does and why.
Review the diff for:
Remove findings already covered by existing review comments.
Keep only the top 5 most important findings. Quality over quantity.
Show the review to the user:
PR Review: #{number} — {title}
Summary: {one paragraph}
Comments (5):
1. {file}:{line} — {issue}
2. ...
Do not post without explicit approval.
After approval: gh pr review {number} --comment --body "{review}" or post individual line comments via the GitHub API.
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment