.claude/skills/pr-respond/SKILL.md
Fetch review comments on current PR, compose threaded replies, and resolve threads. Does NOT make code changes.
npx skillsauth add the-agency-ai/the-agency .claude/skills/pr-respondInstall 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.
Fetch review comments on the current PR, compose threaded replies, and resolve threads. Does NOT make code changes.
If PR number provided, use it. Otherwise: gh pr view --json number.
Use the GitHub GraphQL API via gh api graphql to fetch review threads that are not resolved.
Show unresolved comments in a numbered list:
Unresolved Review Comments:
1. @reviewer in src/parser.ts:42
"This null check should use optional chaining"
2. @reviewer in src/utils.ts:15
"Consider using a Map instead of object for lookup"
For each comment, determine the appropriate response:
After user approval, post each reply as a threaded response to the original comment.
PR Respond Complete:
Comments addressed: N
Replies posted: N
Still unresolved: N
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