bug-analysis

bug-analysis is a skill for Claude Code, Codex from DauQuangThanh/hanoi-rainbow. It costs 98 tokens per session (2,624 once invoked), scanned A, original, MIT.

A structured method for investigating software bugs. It examines symptoms, reproduction steps, logs, user impact, likely causes, severity, and possible fixes.

In plain words
What is it for?
For triaging issues, validating reproduction steps, classifying severity and impact, analyzing crash reports, and recommending fixes.
Why use it?
It turns scattered bug details into a consistent analysis, helping teams identify root causes, prioritize issues, and check for regressions or duplicates.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit For triaging issues, validating reproduction steps, classifying severity and impact, analyzing crash reports, and recommending fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dauquangthanh/hanoi-rainbow/bug-analysis
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.

Any agent
npx skills add DauQuangThanh/hanoi-rainbow --skill bug-analysis
Clone the repo
git clone --depth 1 https://github.com/DauQuangThanh/hanoi-rainbow

Made for: Claude Code, Codex.

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-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/dauquangthanh/hanoi-rainbow/bug-analysis/github.svg)](https://agentmods.dev/skills/dauquangthanh/hanoi-rainbow/bug-analysis)
Your own site
<a href="https://agentmods.dev/skills/dauquangthanh/hanoi-rainbow/bug-analysis"><img src="https://agentmods.dev/badge/skills/dauquangthanh/hanoi-rainbow/bug-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bug-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/dauquangthanh/hanoi-rainbow/bug-analysis"><img src="https://agentmods.dev/badge/skills/dauquangthanh/hanoi-rainbow/bug-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,624 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00098 $0.02624
Opus 5 $0.00049 $0.01312
Sonnet 5 $0.00020 $0.00525
Haiku 4.5 $0.00010 $0.00262

Measured 9d ago against content hash 9784e8bce531, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

bug-analysis scanned grade A 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 9d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Network analysis: `netstat`, `tcpdump`, `curl -v`
skills/bug-analysis/SKILL.md · 387 lines

How it starts

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

Bug Analysis

Overview

This skill provides systematic bug analysis to identify root causes, assess impact, classify severity, and generate actionable fix recommendations. It helps triage bugs efficiently and provides structured analysis for development teams.

Core Analysis Workflow

Step 1: Initial Triage & Information Gathering

Collect Essential Information:

  • Bug description and symptoms
  • Reproduction steps (verify they work)
  • Expected vs actual behavior
  • Environment details (OS, browser, version, config)
  • Error messages, stack traces, logs
  • Screenshots or videos
  • User impact and frequency

Quick Assessment:

  • Severity: Critical/High/Medium/Low
  • Type: Functional/Performance/Security/UI/Data/Integration/Configuration/Regression
  • Priority: Based on severity + business impact
  • Potential duplicates: Search existing issues

Step 2: Bug Categorization

Severity Classification (see severity-guidelines.md for detailed criteria):

Critical (P0) - Response: Immediate (<1 hour)

  • System outage, data loss, security breach, no workaround

High (P1) - Response: Same day

  • Major feature broken, significant user impact (>25%), difficult workaround

Medium (P2) - Response: Within 1 week

  • Feature partially broken, moderate impact, workaround available

Low (P3) - Response: Backlog

  • Minor issue, cosmetic problem, minimal impact

Bug Type Categories:

  • Functional: Feature not working as specified
  • Performance: Slow response, timeouts, resource issues
  • Security: Vulnerabilities, unauthorized access
  • UI/UX: Visual glitches, usability problems
  • Data: Corruption, loss, incorrect processing
  • Integration: API failures, third-party issues
  • Configuration: Environment or deployment issues
  • Regression: Previously working feature broken

Step 3: Root Cause Analysis

Investigation Process:

  1. Review Error Evidence
    • Parse stack traces to identify failure point
    • Map error codes to known issues
    • Check recent code changes (git blame, commit history)

Read the full file on GitHub · 387 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 387 lines · 98 tokens per session scan A 9784e8bce531

Subscribe to this mod's changes

bug-analysis is a skill published in the GitHub repository DauQuangThanh/hanoi-rainbow (16 stars, last pushed 7mo ago), licensed MIT. It adds 98 tokens to every session and 2,624 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

universal-live-check

Universal live-check framework for coding agents. Executes incremental, deterministic validation across all software domains (CLI, backend, frontend, mobile, embedded, libs). Change-type-aware (feat, fix, hotfix, refactor, migrate, docs). Triggers whenever an agent needs to validate code quality, run linting, perform…

lindoelio/spec-driven-steroids · 108 tokens

spec-driven-development

Spec-first workflow where an executable, testable specification is written before code and becomes the single source of truth that tests verify against, flowing spec → acceptance criteria → tasks → implementation.

andreibesleaga/GABBE · 40 tokens

ios-simulator

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

callstack/agent-device · 69 tokens

gsd-ns-review

Route to the appropriate quality / review skill based on the user's intent. gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.

open-gsd/gsd-core · 16 tokens

cvm-ai-doctor

A health-diagnosis workflow for servers, computers, virtual machines, and containers on Linux, macOS, or Windows.

TencentCloud/Octop · 60 tokens

forensics

Post-mortem a failed GSD auto-mode run. Traces symptom to root cause via .gsd/ activity, journal, metrics, and lock artifacts, producing a filing-ready bug report with file:line refs and a fix suggestion. Use when asked to "forensics", "post-mortem", "why did auto-mode fail", "trace the stuck loop", "debug the crash"…

open-gsd/gsd-pi · 112 tokens