address-review

address-review is a skill for Claude Code, Codex from matheusPavaneli/workbench. It costs 42 tokens per session (593 once invoked), scanned A, original, MIT.

A workflow for processing pull-request review comments: it sorts each comment into a clear response category, applies accepted changes, and drafts replies.

In plain words
What is it for?
Use it after a pull request—a proposed code change submitted for review—has received comments. It helps decide which comments to accept, question, disagree with, or track separately, then update the code and prepare replies.
Why use it?
It prevents review feedback from being missed or handled without checking the code first. It also keeps requested changes and follow-up questions organized.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the workbench plugin — 10 skills shipped together

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.

agentmods
npx agentmods add skills/matheuspavaneli/workbench/address-review
Any agent
npx skills add matheusPavaneli/workbench --skill address-review
Clone the repo
git clone --depth 1 https://github.com/matheusPavaneli/workbench

Made for: Claude Code, Codex.

Or install workbench, the plugin that ships this one along with the rest of its 10 skills.

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 address-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/matheuspavaneli/workbench/address-review.svg)](https://agentmods.dev/skills/matheuspavaneli/workbench/address-review)
Your own site
<a href="https://agentmods.dev/skills/matheuspavaneli/workbench/address-review"><img src="https://agentmods.dev/badge/skills/matheuspavaneli/workbench/address-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.00593
Opus 5 $0.00021 $0.00296
Sonnet 5 $0.00008 $0.00119
Haiku 4.5 $0.00004 $0.00059

Measured 4d ago against content hash 1293d382f926, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

address-review 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 4d 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.

skills/address-review/SKILL.md · 56 lines

How it starts

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

address-review

python "${CLAUDE_PLUGIN_ROOT}/lib/wb.py" <args>

Steps

  1. Collect the comments. This plugin talks to issue trackers, not code hosts, so use whatever the environment provides — gh pr view --comments, gh api, the Azure DevOps CLI, or text the user pastes. If none is available, ask for the comments rather than guessing what they said.

  2. Triage each one into exactly one bucket, and say which:

    • accept — correct, will change.
    • question — cannot act until the reviewer clarifies; draft the question.
    • disagree — will not change, with a reason and evidence.
    • out of scope — real, but a separate ticket; name the follow-up.

    Do not silently drop a comment. A reviewer who gets no answer assumes it was missed, and asks again.

  3. Verify before agreeing. A reviewer can be wrong about this codebase. Read the code the comment refers to before accepting it — ${CLAUDE_PLUGIN_ROOT}/shared/code-search.md — and quote the line in the reply when you disagree.

  4. Apply the accepted changes. Same discipline as implement-change: smallest diff, existing patterns, tests updated with the code. If a comment pushes the change outside the plan's file list, that is a plan change — update sdd.json and re-run sdd audit <KEY>.

  5. Re-verify. impl verify <KEY> if a plan exists, otherwise the repo's test command. Review feedback is exactly when a regression slips in.

  6. Re-review your own diff. review context on the new changes.

  7. Write the replies to .workflow/<KEY>/review-response.md, one per comment, each saying what was done or why not. Show them; posting is the user's call.

Rules

  • Every comment gets an answer, including the ones you disagree with.
  • Disagreement needs evidence. file:line and the actual line, not an assertion. If you cannot support it, the reviewer is probably right.
  • Never widen the change to satisfy a stylistic note. Offer the follow-up ticket instead.
  • Do not weaken a test to make review feedback pass. If the test now fails, say whether the change is wrong or the test encoded old behaviour.

Read the full file on GitHub · 56 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. 4d ago First seen · 56 lines · 42 tokens per session scan A 1293d382f926

Subscribe to this mod's changes

address-review is a skill published in the GitHub repository matheusPavaneli/workbench (1 stars, last pushed 13d ago), licensed MIT. It adds 42 tokens to every session and 593 once invoked, about $0.0002 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

integration-rule-engine

A declarative routing engine that turns ticket / error attributes (reporter, label, project, area path, error class, environment) into a tag + AI agent + priority assignment, so cross-source workflows ("security tickets always go to the OWASP reviewer") stay out of code and in user-editable rules.

aozyildirim/Agena · 67 tokens

stale-ticket-triage

Replace the weekly "look at every ticket older than X days" meeting with a scheduled AI scan that picks close / snooze / keep per ticket plus a one-sentence reason, so a PM can bulk-approve in 90 seconds Monday morning.

aozyildirim/Agena · 57 tokens

dev-kit-setup

First-use bootstrap for the dev kit. Detects the team's issue tracker, discovers what it can via MCP/CLI, asks only what cannot be discovered, and persists the result to .claude/dev-kit.json in the consuming repo. Use when that file is missing, when the user asks to set up or reconfigure the kit, or when issue-fetch…

theam/claude-dev-kit · 81 tokens

feature-execution

This skill should be used when the user asks to "orchestrate the feature", "run the phases", "resume implementation", "continue the plan", "the phase agent died", "the agent stopped on its usage limit", "accept this phase", "can these phases run in parallel", "is this phase done", "does this shortfall matter", or…

Langerrr/zforge · 219 tokens

create-pr

Create a branch, commit the work, and open a pull request for a completed user story, after all quality gates pass. Use when the user asks to open/create a PR or as the final step of the story workflow.

theam/claude-dev-kit · 48 tokens

fix-pr

Resolve the findings on an existing pull request - review comments, CI failures, and self-review findings - driving each to a decision (fix / defer to a tracked issue / discard), re-verifying the gates, replying to each reviewer, and watching for late feedback. The counterpart to pr-review that closes the loop.

theam/claude-dev-kit · 66 tokens