What problem does it solve?
This Skill helps you debug and refine failing GitHub Agentic Workflows by turning noisy run failures and missing-tool errors into actionable fixes, so your agentic workflow reliably compiles and executes.
Core Features & Use Cases
- Run auditing with artifacts: Audits
gh-aw runs to identify missing tools, safe-output issues, and workflow misconfigurations.
- Log forensics and pattern detection: Analyzes prior runs and workflow logs to isolate token, performance, and failure patterns.
- Safe, validated remediation loop: Applies fixes (tools/frontmatter/prompt) and verifies them by compiling with
gh aw compile (including strict mode when needed).
- GHE Cloud/data residency troubleshooting: Guides configuration and authentication for GitHub Enterprise Cloud instances with the right
api-target and GH_HOST.
Quick Start
Ask the AI: Debug this GitHub Agentic Workflow run at RUN_URL using gh-aw audit, inspect the missing tools and safe outputs, then propose the frontmatter/prompt changes and validate by compiling in strict mode.