← Back to list

github-actions-debugging
by Mofesto
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: github-actions-debugging description: Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
GitHub Actions Debugging
This skill helps you debug failing GitHub Actions workflows in pull requests.
Process
- Use the
list_workflow_runstool to look up recent workflow runs for the pull request and their status - Use the
summarize_job_log_failurestool to get an AI summary of the logs for failed jobs - If you need more information, use the
get_job_logsorget_workflow_run_logstool to get the full failure logs - Try to reproduce the failure locally in your environment
- Fix the failing build and verify the fix before committing changes
Common issues
- Missing environment variables: Check that all required secrets are configured
- Version mismatches: Verify action versions and dependencies are compatible
- Permission issues: Ensure the workflow has the necessary permissions
- Timeout issues: Consider splitting long-running jobs or increasing timeout values
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