Agent skill
actions-debugger
When the user shares a GitHub Actions run URL, find the error with this skill
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
actions-updater
This skill should be used when the user asks to "update GitHub Actions", "check for action updates", "upgrade workflow actions", "update actions to latest version", "replace dependabot for actions", "check for outdated actions", or wants to find outdated GitHub Actions in workflow files and update them to the latest release versions.
actions-optimiser
This skill should be used when the user asks to "optimise GitHub Actions", "improve my workflow", "make actions better", "review workflow usage", "how are others using this action", "find best practices for GitHub Actions", or wants to gather real-world context on how GitHub Actions are used to improve their workflows.
vibe-validate
Expert guidance for vibe-validate, an LLM-optimized validation orchestration tool. Use when working with vibe-validate commands, configuration, pre-commit workflows, or validation orchestration in TypeScript projects.
agent-ci
Run GitHub Actions workflows locally with pause-on-failure for AI-agent-driven CI iteration
documentation
Documentation Brief description for SEO and navigation
debugging-workflows
Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues
Didn't find tool you were looking for?