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.
npx agentmods add skills/ibrain-bvba/gutt-claude-code-plugin/bug-investigationnpx skills add iBrain-BVBA/gutt-claude-code-plugin --skill bug-investigationgit clone --depth 1 https://github.com/iBrain-BVBA/gutt-claude-code-pluginWrote 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.
[](https://agentmods.dev/skills/ibrain-bvba/gutt-claude-code-plugin/bug-investigation)<a href="https://agentmods.dev/skills/ibrain-bvba/gutt-claude-code-plugin/bug-investigation"><img src="https://agentmods.dev/badge/skills/ibrain-bvba/gutt-claude-code-plugin/bug-investigation.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00131 | $0.02470 |
| Opus 5 | $0.00066 | $0.01235 |
| Sonnet 5 | $0.00026 | $0.00494 |
| Haiku 4.5 | $0.00013 | $0.00247 |
Grade A, and why
bug-investigation 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.
How it starts
The opening of the file, as written. The whole thing — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bug Investigation
A bug report says what broke. How much it costs, where it lives, and whether this failure has happened before are all outside it — and the third is usually the cheapest of the three to find, because someone has already paid for the answer. This skill produces one cited brief: a severity with the reasoning that produced it, a ranked suspected area with the evidence pointing there, and the past failures that resemble this one together with what actually fixed them. It is triage, not repair — the diagnosis and every line of the fix stay with the developer.
Underneath, memory-search owns the search ladder and the relevance gate,
graph-traversal owns relationship walking when a summary names an incident
without stating it, and memory-capture owns any durable write; all three ship
with the gutt-pro plugin (this plugin depends on it) — without them, follow the
rules below and note the gap in one line. Jira access comes from whatever
Atlassian tooling the session surfaces; find it in your tool list — names and
prefixes vary per install.
Hard rules (non-negotiable — read first)
- Jira is read-only here — never write a severity into it. No priority or severity fields, no component or label edits, no status transitions, no assignment. The one permitted write is a comment the user explicitly asked for, posted only after they approve the exact text in this session. Treat it as final — approval is the gate, not an undo; a truly needed correction re-approves the text and targets the existing comment if the tool allows, rather than posting a second one. Write markdown and set the tool's content-format parameter to markdown when it exposes one.
- Severity carries the rubric it was scored against. Read the scale the team actually uses off the ticket, its siblings, and anything memory records about severity conventions; if none is visible, ask, or state the default you applied — user impact × blast radius × whether a workaround exists — and say it is a default. Never emit a bare label: a severity without its rubric and its two or three deciding observations is an opinion wearing a badge.
- The suspected area is a ranked hypothesis, and it says what would refute it. One to three candidates, most likely first, each with the evidence that points there and the single cheapest check that would rule it out. A hypothesis nothing could falsify is a guess — label it one.
- Every finding cited. A past failure names its source: an incident, lesson, or episode (id, date), a ticket key with its resolution, or a comment with author and date. Uncitable material does not enter the brief. Absence is the exception by nature — it names what was looked for, not a source.
- "No similar failure found" carries its scope. State the phrasings searched and the JQL angles tried, so absence is a checkable claim rather than a shrug. This matters most on the bugs that really are new: the brief has to be trustworthy when it says so.
- A resemblance is not a root cause. A past failure that looks like this one is a lead with a citation, never the diagnosis. Report what the earlier fix was and what would confirm the same cause holds here; do not assert the cause, and never present a past fix as this bug's fix.
- Org scope is checked at the output, not the request. Pass explicit
group_idsnaming the org group on reads — take the name from results already in the session or ask; never guess one, a guessed group id is a fabricated identifier. Treat scope as server-decided: before any finding enters the offered comment, confirm that item's own scope is the org group; personal-scope findings stay in the in-session brief, marked as personal. The same filter applies before any finding enters a comment the user asked to have posted. Bare tool names, probed with ToolSearch before concluding one is missing. No memory writes — a durable root-cause lesson goes throughmemory-captureand its trust-tier gate.
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.
- 6d ago First seen · 209 lines · 131 tokens per session scan A dc872f1b41ce
bug-investigation is a skill published in the GitHub repository iBrain-BVBA/gutt-claude-code-plugin (5 stars, last pushed 4d ago), licensed MIT. It adds 131 tokens to every session and 2,470 once invoked, about $0.0007 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.
Other skills, from other repositories
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
systematic-debugging
Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.
diagnose
Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
log-error-digest
Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…
byted-util-volcengine-detect-retry
Orchestrates Volcengine Cloud Detect (云拨测) false-alarm reduction for failing periodic-task dial points. Use for scheduled task scans, retrying failed nodes, control-testing node health, distinguishing real target outages from broken dial points, and suggesting same-type LastMile/IDC/Private replacement nodes. Runs the…