Agent skill · Code Review & Quality

bug-analysis

Analyzes software bugs including root cause identification, severity assessment, impact analysis, reproduction steps validation, and fix recommendations. Performs bug triage, categorization, duplicate detection, and regression analysis. Use when investigating bugs, analyzing crash reports, triaging issues, debugging problems, reviewing error logs, or when users mention "analyze bug", "investigate issue", "debug problem", "bug report", "crash analysis", "root cause analysis", or "fix recommendation".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bug-analysis-dauquangthanh-hanoi-rainbow --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/analysis/bug-analysis-dauquangthanh-hanoi-rainbow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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](references/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 (>2

What's inside
Steps it walks through
  1. Overview
  2. Core Analysis Workflow
  3. Step 1: Initial Triage & Information Gathering
  4. Step 2: Bug Categorization
  5. Step 3: Root Cause Analysis
  6. Step 4: Impact Assessment
  7. Step 5: Fix Recommendation
  8. Output Format
  9. Special Analysis Scenarios
  10. Security Vulnerabilities
  11. Performance Issues
  12. Crash Analysis
  13. Investigation Tools & Commands
  14. Best Practices
Ships with 1 file
  • metadata.json
Commands it runs
Service status
systemctl status service_name
Resource usage
top -bn1 | head -20                    # CPU
ps aux --sort=-%mem | head -10         # Memory
du -sh /* | sort -rh | head -10        # Disk
Recent changes
git log --since="1 day ago" --oneline
Error analysis
tail -100 /var/log/app.log | grep -i error
More from claude-skill-registry
All skills →
About this skill
What does the bug-analysis skill do?

Analyzes software bugs including root cause identification, severity assessment, impact analysis, reproduction steps validation, and fix recommendations. Performs bug triage, categorization, duplicate detection, and regression analysis. Use when investigating bugs, analyzing crash reports, triaging issues, debugging problems, reviewing error logs, or when users mention "analyze bug", "investigate issue", "debug problem", "bug report", "crash analysis", "root cause analysis", or "fix recommendation".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bug-analysis-dauquangthanh-hanoi-rainbow --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going