Agent skill

actions-debugger

When the user shares a GitHub Actions run URL, find the error with this skill

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/kaihendry/skills/tree/main/actions-debugger

SKILL.md

When actions fail, diagnose issues using the gh CLI (pre-installed and pre-authenticated, you can check with gh auth status).

Expect a URL like https://github.com/$REPO/actions/runs/$RUN_ID/job/$JOB_ID, to zoom onto the error try:

gh run view -R $REPO $RUN_ID --log-failed | sed '/Post job cleanup/,$d' | tail -n 200

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results