bug

bug is a command for Claude Code from korovin-aa97/talkthrough-mcp. It costs 31 tokens per session (820 once invoked), scanned A, original, MIT.

A command that turns a screen recording of a software bug into a draft GitHub issue supported by quotes, video frames, on-screen text, and timing details.

In plain words
What is it for?
Use it to prepare one evidence-backed GitHub bug issue from a recording, including the main problem and any other briefly observed issues.
Why use it?
It removes the need to rewatch a recording and manually collect enough evidence for a clear bug report. It can also use recordings without spoken narration.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the talkthrough plugin — 6 commands 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/korovin-aa97/talkthrough-mcp/bug
Clone the repo
git clone --depth 1 https://github.com/korovin-aa97/talkthrough-mcp

Made for: Claude Code.

Or install talkthrough, the plugin that ships this one along with the rest of its 6 commands.

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 bug

README.md
[![agentmods](https://agentmods.dev/badge/commands/korovin-aa97/talkthrough-mcp/bug.svg)](https://agentmods.dev/commands/korovin-aa97/talkthrough-mcp/bug)
Your own site
<a href="https://agentmods.dev/commands/korovin-aa97/talkthrough-mcp/bug"><img src="https://agentmods.dev/badge/commands/korovin-aa97/talkthrough-mcp/bug.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 820 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.1 $0.00031 $0.00820
Opus 5 $0.00015 $0.00410
Sonnet 5 $0.00006 $0.00164
Haiku 4.5 $0.00003 $0.00082

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

Security

Grade A, and why

bug 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.

integrations/claude-code/commands/bug.md · 66 lines

How it starts

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

If no job_id was passed as an argument: call list_jobs() to find the right recording, or process_media(path) if the user gave a file path — then follow the workflow below with that job_id.

You are turning a recorded bug into ONE evidence-backed GitHub issue draft. The recording was processed by talkthrough as job $ARGUMENTS. Evidence comes before everything else — and this is a bug report, not a fix: change no code.

Method — evidence first

  1. Orient. Short recording: get_transcript(job_id="$ARGUMENTS") and read it whole. Long recording: search(job_id="$ARGUMENTS", query="") (error text, feature names) and read only the relevant ranges. If the job_id looks wrong, verify with list_jobs().
  2. A silent recording (no narration) is a VALID input, not an error: get_transcript returns an empty transcript with a note (and list_jobs shows has_transcript: false), while frames and on-screen text are still indexed — orient with search (OCR hits) and get_frames across the timeline instead.
  3. Pick ONE bug — the highest-confidence, highest-severity problem the evidence supports. Mention anything else in a single "Also observed" line at the end of the draft; do not investigate it.
  4. Evidence bundle: get_moment(job_id="$ARGUMENTS", start_ms=, end_ms=<t1+2000>) around the key remark or on-screen failure. Inspect at least one returned frame with your own eyes. Describe the observed state from the pixels and OCR text — never from imagination.
  5. Small text unreadable (error codes, request IDs, on-screen log lines)? extract_frame(job_id="$ARGUMENTS", at_ms=, crop=) for a native-resolution look before quoting it.

Checkpoint — write this block before drafting

  • Heard: the narrator's exact words + timestamp (or "silent recording").
  • Saw: the concrete visible state + OCR identifiers (error text, codes, IDs).
  • When: t_wall + its confidence (or "relative timestamp only").
  • Expected: the expected behavior, as stated or implied by the recording.

Read the full file on GitHub · 66 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 · 66 lines · 31 tokens per session scan A 80b679ce5a02

Subscribe to this mod's changes

bug is a command published in the GitHub repository korovin-aa97/talkthrough-mcp (24 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 820 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-30.