Back to list
duhenri9

bug-investigation

by duhenri9

Landing page oficial da WM3, criada para consolidar o reposicionamento da agência no mercado digital. Centraliza todos os links, serviços e projetos em um só hub estratégico, refletindo a nova fase da marca e a integração de soluções de automação e IA.

0🍴 0📅 Jan 17, 2026

SKILL.md


name: bug-investigation description: Systematic bug investigation and root cause analysis phases: [E, V]

Bug Investigation

When to Use

Use this skill when investigating bugs or unexpected behavior.

Investigation Process

1. Reproduce

  • Get exact steps to reproduce
  • Identify environment (OS, version, config)
  • Create minimal reproduction case

2. Isolate

  • Binary search through code/commits
  • Disable features to narrow scope
  • Check if issue exists in isolation

3. Understand

  • Read the relevant code carefully
  • Check recent changes (git log, blame)
  • Review related tests

4. Hypothesize

  • Form theories about root cause
  • Rank by likelihood
  • Design tests for each hypothesis

5. Verify

  • Add logging/debugging
  • Write failing test
  • Confirm fix addresses root cause

Debugging Checklist

  • Can I reproduce consistently?
  • When did it start? (git bisect)
  • What changed recently?
  • Are there related error logs?
  • Does it happen in all environments?
  • Is it data-dependent?

Root Cause Categories

  • Logic error
  • Race condition
  • Resource leak
  • Configuration issue
  • Dependency problem
  • Data corruption

Report Format

## Bug: [Title]

### Symptoms
[What the user sees]

### Root Cause
[Technical explanation]

### Fix
[What was changed and why]

### Prevention
[How to prevent similar bugs]

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon