← Back to list

troubleshooting-rca
by janjaszczak
Cursor configuration and MCP setup
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: troubleshooting-rca description: Perform root-cause analysis for bugs/errors/regressions using logs, repro steps, and hypothesis testing. Use when the user reports “nie działa”, stack traces, failing tests, or regressions. compatibility: Requires access to logs/tests and ability to run minimal diagnostics. allowed-tools: Bash() Read FileSearch() metadata: intent: Avoid RCA ritual when building greenfield features.
troubleshooting-rca
Activation gate (anti-noise)
Activate when:
- There is an error message, failing test, crash, regression, unexpected behavior, or logs.
Skip when:
- User requests implementation from scratch and no failure exists yet.
Procedure
- Restate symptom + expected behavior.
- Collect minimal repro:
- Command, input, environment, last known good commit.
- Hypotheses (max 3) ranked by likelihood.
- Test each hypothesis with the smallest possible check.
- Fix + verify with test/run.
- Add a prevention note (test, guard, logging).
Output
- Symptom → Most likely cause → Fix → Verification command(s).
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon