github-aw-troubleshooting

Audit GitHub Agentic Workflow runs and logs to diagnose failures.

3|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill github-aw-troubleshooting
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: github-aw-troubleshooting
Source: https://github.com/Cogni-AI-OU/cogni-ai-agent-skills/tree/main/github-aw-troubleshooting
Command: npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill github-aw-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about github-aw-troubleshooting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot failing GitHub Agentic Workflows with missing tool errors?ā–¼

Troubleshoot GitHub Agentic Workflow failures by auditing run artifacts like missing_tools and safe_outputs.jsonl. Analyze execution logs to isolate root causes such as missing tool declarations or safe-output configuration issues, apply frontmatter and prompt fixes, then validate the changes by compiling with `gh aw compile`.

What causes safe-output configuration issues in gh-aw workflows?ā–¼

Safe-output configuration issues in gh-aw workflows stem from misconfigured frontmatter or prompt definitions that fail validation. Analyze prior run logs and safe_outputs.jsonl artifacts to detect these misconfigurations, apply the necessary frontmatter corrections, and confirm the workflow compiles successfully using `gh aw compile --strict`.

Can I debug GitHub Enterprise Cloud agentic workflows with data residency requirements?ā–¼

Yes, you can debug GitHub Enterprise Cloud agentic workflows with data residency requirements by configuring the correct `api-target` and `GH_HOST` environment variables. This ensures your workflow authentication and execution align with your specific GHE Cloud instance during the troubleshooting and log forensics process.

How do I find the root cause of timeouts and firewall denials in agentic workflows?ā–¼

Find the root cause of timeouts and firewall denials in agentic workflows by performing log forensics on prior workflow execution logs. Isolate token usage patterns and performance bottlenecks from run artifacts, adjust your prompt or tool configurations accordingly, and verify the remediation by compiling the workflow.

When should I use `gh aw compile` in strict mode for workflow debugging?ā–¼

Use `gh aw compile --strict` during workflow debugging when you need rigorous validation after applying frontmatter, prompt, or tool configuration changes. Strict mode compilation ensures your agentic workflow meets all safe-output and tool auditing requirements before executing the next run.