pr-respond

SkillDev tools

Fetch review comments on current PR, compose threaded replies, and resolve threads. Does NOT make code changes.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the pr-respond skill

What this skill tells your AI

The instructions your AI receives, as published by the-agency-ai/the-agency in .claude/skills/pr-respond/SKILL.md and read by ahel’s review.

PR Respond

Fetch review comments on the current PR, compose threaded replies, and resolve threads. Does NOT make code changes.

When to use

  • After fixes are made, to confirm they're addressed
  • To explain why a suggestion was not adopted
  • To ask clarifying questions on review comments

Arguments

  • $ARGUMENTS: PR number (optional — detect from current branch if empty).

Steps

Step 1: Find the PR

If PR number provided, use it. Otherwise: gh pr view --json number.

Step 2: Fetch unresolved comments

Use the GitHub GraphQL API via gh api graphql to fetch review threads that are not resolved.

Step 3: Present comments

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"

Step 4: Compose responses

For each comment, determine the appropriate response:

  • If the issue was fixed: "Fixed in {commit}" with brief description
  • If not adopted: explanation of why, with reasoning
  • If unclear: ask a clarifying question

Step 5: Post threaded replies

After user approval, post each reply as a threaded response to the original comment.

Step 6: Summary

PR Respond Complete:
  Comments addressed: N
  Replies posted: N
  Still unresolved: N

Signals

GitHub stars
55
Forks
8
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
pr-respond
Source
github.com/the-agency-ai/the-agency