pr-review-response

pr-review-response is a skill for Claude Code, Codex from chancegraff/rules-for-claude. It costs 126 tokens per session (6,940 once invoked), scanned A, original, no licence file.

A workflow for handling pull request review feedback. A pull request is a proposed code change that others can comment on before it is merged.

In plain words
What is it for?
Use it to read review threads, plan and implement fixes, run verification, and reply to comments on GitHub.
Why use it?
It gathers review comments in one process and helps ensure requested changes are addressed and checked.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to read review threads, plan and implement fixes, run verification, and reply to comments on GitHub.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chancegraff/rules-for-claude/pr-review-response
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add chancegraff/rules-for-claude --skill pr-review-response
Clone the repo
git clone --depth 1 https://github.com/chancegraff/rules-for-claude

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr-review-response

README.md
[![agentmods](https://agentmods.dev/badge/skills/chancegraff/rules-for-claude/pr-review-response/github.svg)](https://agentmods.dev/skills/chancegraff/rules-for-claude/pr-review-response)
Your own site
<a href="https://agentmods.dev/skills/chancegraff/rules-for-claude/pr-review-response"><img src="https://agentmods.dev/badge/skills/chancegraff/rules-for-claude/pr-review-response/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pr-review-response

Your own site · 80×15
<a href="https://agentmods.dev/skills/chancegraff/rules-for-claude/pr-review-response"><img src="https://agentmods.dev/badge/skills/chancegraff/rules-for-claude/pr-review-response.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,940 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00126 $0.06940
Opus 5 $0.00063 $0.03470
Sonnet 5 $0.00025 $0.01388
Haiku 4.5 $0.00013 $0.00694

Measured today against content hash 71873ac2083b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pr-review-response scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pr-review-response/SKILL.md · 512 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -2 lines 71873ac2083b
  2. 10d ago First seen · 514 lines · 126 tokens per session scan A 01ce9b8402ca

Subscribe to this mod's changes

pr-review-response is a skill published in the GitHub repository chancegraff/rules-for-claude (4 stars, last pushed today), with no licence file. It adds 126 tokens to every session and 6,940 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

night-market-change-control

Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.

athola/claude-night-market · 43 tokens

OCR Review-to-Approval Loop

Drive a PR to an approved code review by looping OCR's multi-agent review and address steps. Runs /ocr:review then /ocr:address repeatedly until the review verdict is APPROVE, then one final /ocr:address for leftover suggestions, posting every review and every address round to the GitHub PR as comments. Use when the…

spencermarx/open-code-review · 178 tokens

audit-pr

Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Consumes the current review-change REVIEW-PASS receipt instead of re-running review axes; posts a SHA-bound ready comment; never edits or merges. Triggers: "audit-pr", "is this PR ready", "merge gate".

gtrabanco/agentic-workflow · 71 tokens

git-workflow

Use when running claudikins-kernel:execute, decomposing plans into tasks, setting up two-stage review, deciding batch sizes, or handling stuck agents — enforces isolation, verification, and human checkpoints; prevents runaway parallelization and context death.

povvo/claudikins-kernel · 54 tokens

pr-triage

Triage a PR's unresolved review comments with you, deciding per comment whether to act on it, defer it, or record your reasoning for the reply YOU will write. Never drafts or posts replies; read-only GitHub access. Manual trigger only: /pr-triage [PR]. Skip on a single directed comment ("just fix #3").

AcKeskin/contexture · 75 tokens

merge-quiz

Before merging or deploying the output of a long session, generate a change report with a comprehension quiz the user must pass. Use whenever the user says "merge", "deploy", "we're done", "wrap up", or at the end of any session that modified more than 150 lines or touched production-relevant code. Also invocable as…

orenluxy/fable-method · 78 tokens