respond-to-pr-comments-in-blocklist

Agent skill from warpdotdev/common-skills.

warpdotdev 146 ↓ 12k MIT updated 27d ago
Claude Code
View source ↗

What it does

  • Work in the repository checkout for the PR branch.
  • Do not refetch comments unless the loaded context is missing essential fields such as comment body, author, URL, path, or line metadata.
  • Do not post GitHub replies, submit reviews, or resolve threads until the final preview is approved by the user.
  • Comments that have already been responded to by the current GitHub user.
  • Respond one-by-one
  • Collect all decisions, then address in a batch
  • the comment being addressed

Requirements & configuration

  • Before asking for response mode, filter the loaded comments down to actionable comments that still need the user's attention.
  • what validation was run or still needs to run

Configuration: REPLY_BODY_FILEREPLY_PAYLOAD_FILETHREAD_ID

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

respond-to-pr-comments-in-blocklist FAQ

What does the respond-to-pr-comments-in-blocklist skill do?

Walk users through PR review comments, fetching and displaying them first when needed, collect per-comment response decisions, apply requested fixes, and preview GitHub replies and resolutions before posting. Use when responding to PR review comments on the current branch. Work in the repository checkout for the PR branch. Do not refetch comments unless the loaded context is missing essential fields such as comment body, author, URL, path, or line metadata.

What does respond-to-pr-comments-in-blocklist require?

Before asking for response mode, filter the loaded comments down to actionable comments that still need the user's attention. what validation was run or still needs to run Configuration keys: REPLY_BODY_FILE, REPLY_PAYLOAD_FILE, THREAD_ID.

How do I install respond-to-pr-comments-in-blocklist?

Run: npx -y skills add https://github.com/warpdotdev/common-skills --skill respond-to-pr-comments-in-blocklist --agent claude-code — the source lives at github.com/warpdotdev/common-skills.

Maintain respond-to-pr-comments-in-blocklist?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

respond-to-pr-comments-in-blocklist on getagentictools
[![respond-to-pr-comments-in-blocklist on getagentictools](https://getagentictools.com/badge/skills/warpdotdev-common-skills-respond-to-pr-comments-in-blocklist.svg)](https://getagentictools.com/skills/warpdotdev-common-skills-respond-to-pr-comments-in-blocklist?ref=badge)
npx agentictools info skills/warpdotdev-common-skills-respond-to-pr-comments-in-blocklist

The second line is the CLI lookup for this page — handy in READMEs and docs.