process-cr-comments

process-cr-comments is a skill for Claude Code, Codex from davidYichengWei/Agency. It costs 212 tokens per session (3,932 once invoked), scanned A, original, MIT.

A process for handling review comments on code, design documents, or specifications by checking each comment and responding with evidence.

In plain words
What is it for?
Use it to validate findings, apply confirmed fixes, and prepare clear explanations for fixes, dismissals, or deferred work.
Why use it?
It separates valid problems from misunderstandings or out-of-scope suggestions, so changes stay focused and reviewers can approve them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to validate findings, apply confirmed fixes, and prepare clear explanations…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davidyichengwei/agency/process-cr-comments
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 davidYichengWei/Agency --skill process-cr-comments
Clone the repo
git clone --depth 1 https://github.com/davidYichengWei/Agency

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 process-cr-comments

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidyichengwei/agency/process-cr-comments.svg)](https://agentmods.dev/skills/davidyichengwei/agency/process-cr-comments)
Your own site
<a href="https://agentmods.dev/skills/davidyichengwei/agency/process-cr-comments"><img src="https://agentmods.dev/badge/skills/davidyichengwei/agency/process-cr-comments.svg" alt="Measured on agentmods" height="20"></a>
Per session 212 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,932 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 original 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.00212 $0.03932
Opus 5 $0.00106 $0.01966
Sonnet 5 $0.00042 $0.00786
Haiku 4.5 $0.00021 $0.00393

Measured 6d ago against content hash 09ef61bd4b34, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

process-cr-comments 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 6d ago.

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.

shared/skills/process-cr-comments/SKILL.md · 216 lines

How it starts

The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Process Review Comments

Review comments — whether from a human reviewer, an AI reviewer in CI, or a design-doc commenter — often mix real issues with things that won't survive a fresh read of the code or spec. Acting on everything bloats the diff; dismissing silently loses the reviewer's trust. This skill does the middle thing: validates each finding independently, fixes what holds up, and produces a reply that gives the reviewer enough context to approve.

The report's purpose is consensus. It's not a private log — it's the message you'll send back to the reviewer so they can click "Approve". That shapes two things:

  • For every fix, explain how you fixed it — enough detail that the reviewer can confirm the fix matches what they were worried about, without re-reading the whole diff.
  • For every non-fix (dismissed, downgraded, deferred, stylistic-only, not-this-MR), explain why in terms the reviewer can accept — specific counter-evidence, a citation, a design rationale, or a scope boundary. A reviewer won't approve on "we decided not to" alone; they will approve on "here's why that concern doesn't apply here."

A finding is only real if a fresh read of the code or spec can reproduce it. The skill does exactly that — in parallel, one validator per finding — before deciding anything.

Workflow

  1. Ingest review comments → parse into discrete findings
  2. Gather scope → changed files / changed spec sections, PR or doc intent, related spec
  3. Dispatch validators in parallel → one validator subagent per finding
  4. Final judgement → main agent reconciles verdicts, handles disagreements, dedups
  5. Fix confirmed issues → apply the suggestions (or write fresh fixes) in this session
  6. Reply report → consensus-oriented markdown, one entry per finding, written to the reviewer

Step 1 — Ingest review comments

Review comments arrive in a few shapes. Detect which and normalize into a list of findings.

Shape A — An MR / PR / ticket URL or ID. The user points at a hosted review (e.g. an MR URL, a PR number, a review ticket ID). Use whatever MCP or CLI the environment provides to fetch (a) the comments on the review — human and AI-authored — and (b) the diff or changed files, so validators can read current code. Don't assume a specific tool; pick the one that matches the host.

Read the full file on GitHub · 216 lines

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. 6d ago First seen · 216 lines · 212 tokens per session scan A 09ef61bd4b34

Subscribe to this mod's changes

process-cr-comments is a skill published in the GitHub repository davidYichengWei/Agency (5 stars, last pushed 4mo ago), licensed MIT. It adds 212 tokens to every session and 3,932 once invoked, about $0.0011 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.