address-feedback

address-feedback is a command for coding agents from lugassawan/swe-workbench. It costs 46 tokens per session (589 once invoked), scanned A, original, MIT.

A command for handling review comments on a GitHub pull request, which is a proposed code change under review.

In plain words
What is it for?
It is for fetching review threads, applying fixes, committing changes, replying to reviewers, and resolving addressed threads.
Why use it?
It organizes review threads so comments can be addressed, clarified, or deferred instead of being missed.

Command

Part of the swe-workbench plugin — 1 skill, 24 commands, 32 agents, 4 hooks 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 commands/lugassawan/swe-workbench/address-feedback
Clone the repo
git clone --depth 1 https://github.com/lugassawan/swe-workbench

Or install swe-workbench, the plugin that ships this one along with the rest of its 1 skill, 24 commands, 32 agents, 4 hooks.

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-feedback

README.md
[![agentmods](https://agentmods.dev/badge/commands/lugassawan/swe-workbench/address-feedback.svg)](https://agentmods.dev/commands/lugassawan/swe-workbench/address-feedback)
Your own site
<a href="https://agentmods.dev/commands/lugassawan/swe-workbench/address-feedback"><img src="https://agentmods.dev/badge/commands/lugassawan/swe-workbench/address-feedback.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 589 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.00046 $0.00589
Opus 5 $0.00023 $0.00295
Sonnet 5 $0.00009 $0.00118
Haiku 4.5 $0.00005 $0.00059

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

Security

Grade A, and why

address-feedback 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 3d 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.

commands/address-feedback.md · 38 lines

How it starts

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

Step 1 — Parse arguments

Parse $ARGUMENTS:

  • Matches [1-9][0-9]* (stripping a leading # if present) → use as $PR.
  • If empty, run gh pr view --json number 2>/dev/null. If it succeeds, offer:

    "Detected PR #N on this branch — address feedback on it? Reply yes to proceed." Wait for reply. yes → use that PR number. Else → print "No PR number provided." and stop.

  • If non-numeric and no PR detected → print usage hint and stop.

Step 2 — Ticket context (when a ref is present)

Inspect $ARGUMENTS plus git rev-parse --abbrev-ref HEAD and git log --oneline -5 for ticket keys ([A-Z]+-\d+), atlassian.net URLs, Confluence wiki URLs, or #NNN GitHub refs. If matched, invoke swe-workbench:ticket-context and prepend its structured summary to the delegation context in Step 3.

Step 3 — Invoke workflow skill

Invoke swe-workbench:workflow-address-feedback with the resolved PR number and any ticket-context prelude from Step 2.

The skill owns: pre-flight + fetch (via swe-workbench-address-feedback-fetch), owner-identity check, per-thread A/C/D triage, Edit-tool fix application, swe-workbench:workflow-commit-and-pr for committing, REST reply posting, GraphQL resolveReviewThread for review threads (all three dispositions — ADDRESSED, CLARIFIED, DEFERRED — resolve; PR-level comments have no thread to resolve), and PR-metadata drift sync (Phase 6).

Worktree handling belongs to the skill, not this command:

  • Setup (Phase 2) — via swe-workbench-address-feedback-worktree acquire, which reuses the current checkout when it is already on the PR head branch, or an existing worktree registered for that branch; otherwise creates one on the PR branch itself, so Phase 4 commits push straight to the PR.
  • Cleanup (Phase 7) — via swe-workbench-address-feedback-worktree release, which always removes a worktree it created, on success, Q-quit, or error, while keeping the local PR head branch. No-ops when Phase 2 reused an existing checkout.

Read the full file on GitHub · 38 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. 3d ago First seen · 38 lines · 46 tokens per session scan A 5cece8e51057

Subscribe to this mod's changes

address-feedback is a command published in the GitHub repository lugassawan/swe-workbench (2 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 589 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.