analytics-mcp: Command for Claude Code

.specify/extensions/bug/commands/speckit.bug.fix.md

speckit.bug.fix is a command for Claude Code from karenrebecag/analytics-mcp. It costs 12 tokens per session (1,301 once invoked), scanned A, a copy of speckit.bug.fix, MIT.

A command for applying the proposed fix from an existing bug assessment and documenting the result.

In plain words
What is it for?
It helps resolve a named bug, apply its recommended remediation, and write a fix report under the project's .specify/bugs directory.
Why use it?
It prevents fixes from being applied without an assessment and determines which bug record to use from the provided or available context.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is karenrebecag/analytics-mcp's own configuration. It tells Claude Code how to work on analytics-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything analytics-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to karenrebecag/analytics-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/karenrebecag/analytics-mcp/main/.specify/extensions/bug/commands/speckit.bug.fix.md
Clone the repo
git clone --depth 1 https://github.com/karenrebecag/analytics-mcp

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/karenrebecag/analytics-mcp/speckit.bug.fix.svg)](https://agentmods.dev/commands/karenrebecag/analytics-mcp/speckit.bug.fix)
Your own site
<a href="https://agentmods.dev/commands/karenrebecag/analytics-mcp/speckit.bug.fix"><img src="https://agentmods.dev/badge/commands/karenrebecag/analytics-mcp/speckit.bug.fix.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 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,301 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00012 $0.01301
Opus 5 $0.00006 $0.00651
Sonnet 5 $0.00002 $0.00260
Haiku 4.5 $0.00001 $0.00130

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

Security

Grade A, and why

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

Origin

This is a copy

100% identical to speckit.bug.fix — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.specify/extensions/bug/commands/speckit.bug.fix.md · 113 lines

How it starts

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

Fix Bug

Apply the remediation that was proposed by __SPECKIT_COMMAND_BUG_ASSESS__ and record the changes in a fix report at .specify/bugs/<slug>/fix.md. This command is only valid after an assessment exists for the given slug.

User Input

$ARGUMENTS

The user input should identify the bug to fix. Accept any of:

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

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. Confirm it by checking that .specify/bugs/<slug>/assessment.md exists; if it does not, fall through.
  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 fix 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>, and briefly state in your reply which resolution path was used (explicit / from context / single candidate / asked).

Prerequisites

  • BUG_DIR/assessment.md MUST exist. If it does not, stop and instruct the user to run __SPECKIT_COMMAND_BUG_ASSESS__ first.
  • If BUG_DIR/fix.md already exists, ask the user whether to overwrite it before continuing (interactive mode) or refuse (automated mode).
  • Read BUG_DIR/assessment.md in full. Treat its Proposed Remediation, Files likely to change, Tests to add or update, and Risks & Considerations sections as the contract for this command.

Read the full file on GitHub · 113 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 · 113 lines · 12 tokens per session scan A df8b28b36876

Subscribe to this mod's changes

speckit.bug.fix is a command published in the GitHub repository karenrebecag/analytics-mcp (1 stars, last pushed 9d ago), licensed MIT. It adds 12 tokens to every session and 1,301 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to speckit.bug.fix, differing in 0 lines, and is treated as a copy.