report-issue

report-issue is a command for coding agents from lugassawan/swe-workbench. It costs 19 tokens per session (4,694 once invoked), scanned B, original, MIT.

A command for filing a bug report or feature request about the swe-workbench plugin directly in its GitHub repository.

In plain words
What is it for?
Use it to report a plugin issue, choose between a quick candidate list and a synthesized set of ideas, and create the report in the specified repository.
Why use it?
It puts plugin-related problems and ideas in the repository where they can be tracked.

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/report-issue
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 report-issue

README.md
[![agentmods](https://agentmods.dev/badge/commands/lugassawan/swe-workbench/report-issue.svg)](https://agentmods.dev/commands/lugassawan/swe-workbench/report-issue)
Your own site
<a href="https://agentmods.dev/commands/lugassawan/swe-workbench/report-issue"><img src="https://agentmods.dev/badge/commands/lugassawan/swe-workbench/report-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,694 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00019 $0.04694
Opus 5 $0.00010 $0.02347
Sonnet 5 $0.00004 $0.00939
Haiku 4.5 $0.00002 $0.00469

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

Security

Grade B, and why

report-issue scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- **Claude Code — plugin version:** list `~/.claude/plugins/cache/swe-workbench/swe-workbench/` version directories, sort semantically (`sort -V`), take the highest with `tail -1`, then read `plugin.json` from it: `ls ~/
commands/report-issue.md · 176 lines

How it starts

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

Override (this command only): The swe-workbench:product-manager agent's default rules "Does not pass --repo explicitly to gh issue create" (Decision boundaries) and "Never pass --repo" (Mutation rules) are suspended for /swe-workbench:report-issue. You MUST pass --repo lugassawan/swe-workbench on every gh invocation in this flow. No other rule is changed.

The user wants to file a plugin issue: $ARGUMENTS

Target repo (hardcoded): repo="lugassawan/swe-workbench"


Step 0 — Blank-argument routing

If $ARGUMENTS is empty, do NOT error. Instead:

Step 0a — Mode selector

Ask the user to choose a mode, then wait for the reply:

How would you like to find a plugin-related thought to report?

1. Quick pick — up to 3 raw candidates from this session/memory
2. Synthesize — aggregate all memory into ranked, themed enhancement insights

Reply with 1 (quick pick) or 2 (synthesize).

Reply 1Branch A — Quick pick. Reply 2Branch B — Synthesize.

Branch A — Quick pick

  1. Scan the current conversation for actionable plugin-related thoughts: frustrations, lessons learned, complaints about plugin behaviour, feature ideas, or pain points. Collect up to 3 candidates with a one-line framing each.

  2. If conversation yields fewer than 3, scan memory at ~/.claude/projects/<project-slug>/memory/MEMORY.md (where <project-slug> is derived from the current working directory path by replacing each / with -, then stripping any resulting leading -; e.g. /Users/foo/barUsers-foo-bar). Follow symlinks to feedback_*.md and project_*.md entries referenced there. Collect additional candidates until you have up to 3, prioritising entries that mention the plugin, commands, agents, or skills by name.

  3. Present candidates numbered 1–N (max 3) with a one-line framing each:

    I found a few plugin-related thoughts from this session/memory. Pick one or type your own:
    
    1. <one-line framing>
    2. <one-line framing>
    3. <one-line framing>
    
    Reply with 1/2/3 or type your own thought.
    

    Wait for the user's reply. The selected or typed thought becomes $ARGUMENTS and flow continues at the Auth + repo check step below.

Read the full file on GitHub · 176 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 · 176 lines · 19 tokens per session scan B 6f8dcd51bf0a

Subscribe to this mod's changes

report-issue is a command published in the GitHub repository lugassawan/swe-workbench (2 stars, last pushed 3d ago), licensed MIT. It adds 19 tokens to every session and 4,694 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.