← Back to list

github-actions-failure-debugging
by jtakumi
camera with face tracking
⭐ 0🍴 0📅 Jan 12, 2026
SKILL.md
name: github-actions-failure-debugging description: Debug guide for failing GitHub Actions workflows. Use when CI fails, tests fail on Actions, or logs show exit code != 0.
Goals
- Identify the first failing step and the real root cause (not the cascade).
- Produce a minimal fix (workflow or code) and re-run checks.
Procedure
- Find the failing workflow run and the failing job/step. Extract:
- runner OS, language/runtime versions, cache usage
- exact command that failed
- Classify failure:
- build tool / dependency resolution
- test failure
- lint/static analysis
- auth/permissions/secrets
- Reproduce locally when possible:
- use the same command as the workflow
- if not possible, provide a deterministic reproduction plan.
- Fix strategy:
- prefer smallest change
- avoid disabling checks unless justified
- Verification:
- ensure job matrix still passes
- update docs if workflow usage changed
Output format
- Root cause (1-2 sentences)
- Evidence (log excerpt references)
- Fix diff + why it works
- How to validate (exact commands)
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