スキル一覧に戻る
mguttmann

debug-workflow

by mguttmann

Autonomous Organization Framework - A complete system for AI-assisted software development with Claude Code

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: debug-workflow description: Systematic debugging and problem resolution

Debug Workflow

Process

1. Reproduce -> 2. Hypothesize -> 3. Investigate -> 4. Fix -> 5. Verify

Step 1: Reproduce

  • Confirm issue exists
  • Find consistent trigger
  • Document steps

Step 2: Hypothesize

  • List possible causes
  • Rank by likelihood
  • Plan investigation

Step 3: Investigate

| Hypothesis | Test | Result |
|------------|------|--------|
| [Cause] | [How to verify] | [Finding] |

Step 4: Fix

  • Implement minimal fix
  • Avoid side effects
  • Add regression test

Step 5: Verify

  • Issue resolved
  • No new issues
  • Tests pass

Debug Template

# Debug: [Issue]

## Symptoms
## Reproduction Steps
## Hypotheses
## Investigation
## Root Cause
## Fix
## Prevention

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です