Github Workflow Debugger
CommunityDebug GitHub Actions logs with gh CLI.
Authorkaihendry
Version1.0.0
Installs0
System Documentation
What problem does it solve?
GitHub Actions logs can be hard to access, especially for private repos. This Skill guides you to fetch and inspect logs using the gh CLI, making CI/CD debugging faster and more reliable.
Core Features & Use Cases
- Live log access: List, view, and watch workflow runs from the command line with gh.
- Commit verification: Check that the latest commit matches the latest run, helping you catch pushed vs unpushed changes.
- Debugging workflows: Zoom into failed runs and extract logs for faster issue resolution.
- Plan and fix: Use questions to decide whether to push changes to rerun workflows.
Quick Start
Use the gh cli to list runs: gh run ls -R $REPO Then inspect a run's logs: gh run view $RUN_ID --log-failed Resolve issues by reviewing the log and re-running tests with gh run watch $RUN_ID --exit-status
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Github Workflow Debugger Download link: https://github.com/kaihendry/skills/archive/main.zip#github-workflow-debugger Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.