← スキル一覧に戻る

debug-triage
by pevd950
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: debug-triage description: "Systematically reproduce, diagnose, and fix bugs; use when debugging failures, crashes, or test errors (trigger keywords: debug, bug, failure, crash, flaky test)."
Debug Triage
What this skill does
- Reproduces issues, isolates root causes, and applies minimal fixes.
- Verifies fixes with targeted tests and documents findings.
- Produces a concise bug report when reproduction is possible.
When to use it
- Trigger phrases: "debug", "bug", "failure", "crash", "flaky test".
- Use for runtime errors, test failures, or unexpected behavior.
Step-by-step workflow
- Gather context: expected vs actual behavior, error output, logs, environment details, and recent changes.
- Reproduce with the smallest reliable steps; if not reproducible, ask for missing info or add targeted logging.
- Trace the code path and form specific root-cause hypotheses (include config, data, and concurrency where relevant).
- Validate hypotheses with evidence from code, logs, or targeted tests; rule out alternatives.
- Apply a minimal fix aligned with project patterns; avoid unrelated refactors.
- Verify: rerun reproduction steps and relevant tests; note any regression risks.
- Document root cause, fix, tests, and remaining risks or follow-ups.
Expected outputs / formatting
- Repro steps with expected vs actual behavior and observed output.
- Environment details (OS/version/config) when relevant.
- Root cause explanation with file references.
- Hypotheses tested (brief) and evidence used.
- Fix summary and tests run.
- Remaining risks or follow-ups.
Example prompts
- "Debug this crash and propose a fix."
- "Investigate why this test is failing."
- "Triage this flaky test and suggest a minimal change."
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です