speckit.bug.issue

speckit.bug.issue is a command for coding agents from arrrrny/zuraffa. It costs 21 tokens per session (1,508 once invoked), scanned A, original, MIT.

A command that turns a bug assessment into a tracked GitHub issue. A GitHub issue is a shared record for discussing and following work such as a bug fix.

In plain words
What is it for?
Use it after assessing a bug when the team needs a GitHub issue. It records the issue number and link alongside the local bug files.
Why use it?
It preserves the investigation while creating a place for the team to track the problem. If GitHub's command-line tool is unavailable, it prepares an issue draft instead.

Command

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/arrrrny/zuraffa/speckit.bug.issue
Clone the repo
git clone --depth 1 https://github.com/arrrrny/zuraffa

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.bug.issue.svg)](https://agentmods.dev/commands/arrrrny/zuraffa/speckit.bug.issue)
Your own site
<a href="https://agentmods.dev/commands/arrrrny/zuraffa/speckit.bug.issue"><img src="https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.bug.issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,508 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.00021 $0.01508
Opus 5 $0.00010 $0.00754
Sonnet 5 $0.00004 $0.00302
Haiku 4.5 $0.00002 $0.00151

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

Security

Grade A, and why

speckit.bug.issue 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 5d 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.

.specify/extensions/bug/commands/speckit.bug.issue.md · 98 lines

How it starts

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

Report Bug (Create Issue)

Turn a local bug assessment into a tracked GitHub issue. This command reads .specify/bugs/<slug>/assessment.md (produced by __SPECKIT_COMMAND_BUG_ASSESS__) and creates a GitHub issue via the gh CLI, then records the issue number and URL in BUG_DIR/issue.md. If gh or a GitHub remote is unavailable, it writes a ready-to-paste draft instead so no work is lost.

User Input

$ARGUMENTS

Accept any of:

  • slug=<bug-slug> or --slug <bug-slug> or a bare slug-like token.
  • A path that contains the slug (e.g. .specify/bugs/login-timeout/).
  • Nothing — fall back to context (see Slug Resolution).

Slug Resolution

Resolve BUG_SLUG in this order, stopping at the first match:

  1. Explicit user input — a slug passed in $ARGUMENTS (any of the forms above).
  2. Conversation context — if the current session has just run __SPECKIT_COMMAND_BUG_ASSESS__, the slug it reported is the working slug. Reuse it without re-prompting.
  3. Single candidate on disk — list .specify/bugs/*/assessment.md. If exactly one matching assessment.md is found, use the slug from its parent directory.
  4. Disambiguate:
    • Interactive mode: ask the user which bug to report and list the candidates.
    • Automated mode: stop with an error listing the candidates. Do not guess.

Once resolved, set BUG_SLUG and BUG_DIR = .specify/bugs/<BUG_SLUG>.

Prerequisites

  • BUG_DIR/assessment.md MUST exist. If it does not, stop and instruct the user to run __SPECKIT_COMMAND_BUG_ASSESS__ first.
  • Read BUG_DIR/assessment.md in full. Treat its Symptom, Reproduction, Suspected Code Paths, Root Cause Hypothesis, Severity, and Source fields as the basis for the issue.
  • Detect GitHub context:
    • Run git rev-parse --is-inside-work-tree 2>/dev/null to confirm a repository.
    • Run git config --get remote.origin.url to read the remote. Parse owner and repo (HTTPS https://github.com/<owner>/<repo>.git or SSH [email protected]:<owner>/<repo>.git). Only proceed with issue creation when the remote points to github.com.
  • Check for gh with command -v gh >/dev/null 2>&1. If absent, or the remote is not GitHub, or the user is not authenticated (gh auth status fails), skip live creation and write a draft (see Graceful Degradation).

Read the full file on GitHub · 98 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. 5d ago First seen · 98 lines · 21 tokens per session scan A 91d86ff095e4

Subscribe to this mod's changes

speckit.bug.issue is a command published in the GitHub repository arrrrny/zuraffa (5 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 1,508 once invoked, about $0.0001 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.