スキル一覧に戻る
jtakumi

github-actions-failure-debugging

by jtakumi

camera with face tracking

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

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

  1. Find the failing workflow run and the failing job/step. Extract:
    • runner OS, language/runtime versions, cache usage
    • exact command that failed
  2. Classify failure:
    • build tool / dependency resolution
    • test failure
    • lint/static analysis
    • auth/permissions/secrets
  3. Reproduce locally when possible:
    • use the same command as the workflow
    • if not possible, provide a deterministic reproduction plan.
  4. Fix strategy:
    • prefer smallest change
    • avoid disabling checks unless justified
  5. 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)

スコア

総合スコア

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

レビュー

💬

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