スキル一覧に戻る
Rabithua

github-actions-failure-debugging

by Rabithua

github-actions-failure-debuggingは、ソフトウェア開発を効率化するスキルです。開発ワークフロー全体をサポートし、チームの生産性向上とコード品質の改善を実現します。

593🍴 46📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: github-actions-failure-debugging description: Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.

To debug failing GitHub Actions workflows in a pull request, follow this process, using tools provided from the GitHub MCP Server:

  1. Use the list_workflow_runs tool to look up recent workflow runs for the pull request and their status
  2. Use the summarize_job_log_failures tool to get an AI summary of the logs for failed jobs, to understand what went wrong without filling your context windows with thousands of lines of logs
  3. If you still need more information, use the get_job_logs or get_workflow_run_logs tool to get the full, detailed failure logs
  4. Try to reproduce the failure yourself in your own environment.
  5. Fix the failing build. If you were able to reproduce the failure yourself, make sure it is fixed before committing your changes.

スコア

総合スコア

80/100

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

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 500以上

+10
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

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