Agent Skill
2/7/2026github-actions-failure-debugging
Guide for debugging failing GitHub Actions workflows. Use this skill when debugging failing GitHub Actions workflows.
V
vevarunsharma
1GitHub Stars
1Views
npx skills add VeVarunSharma/contoso-vibe-engineering
SKILL.md
| Name | github-actions-failure-debugging |
| Description | Guide for debugging failing GitHub Actions workflows. Use this skill when debugging failing GitHub Actions workflows. |
name: github-actions-failure-debugging description: Guide for debugging failing GitHub Actions workflows. Use this skill when debugging 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:
- 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, to understand what went wrong without filling your context windows with thousands of lines of logs - If you still need more information, use the
get_job_logsorget_workflow_run_logstool to get the full, detailed failure logs - Try to reproduce the failure yourself in your own environment.
- Fix the failing build. If you were able to reproduce the failure yourself, make sure it is fixed before committing your changes.
Skills Info
Original Name:github-actions-failure-debuggingAuthor:vevarunsharma
Download