published Aug 25, 2026, 11:44 PM · updated Aug 26, 2026, 12:57 PM
Workflow Failure
Workflow: Agent Job Health Monitor
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/32909810347
Warning
AI Credits Budget Exceeded
The workflow hit the configured max-ai-credits guardrail. Used 1.6K of 1.5K max (over by 111.6).
Increase the limit
Update max-ai-credits in your workflow frontmatter:
max-ai-credits: 3000Tips for reducing AI credit usage
- Review the cost optimization guidance.
- Reduce unnecessary model or tool calls in the prompt.
- Trim large inputs or excess context that does not change the outcome.
- Split large tasks across smaller runs when possible.
Warning
No Safe Outputs Generated: The agent job succeeded but did not produce any safe outputs.
This typically indicates:
- The safe output server failed to run
- The prompt failed to generate any meaningful result
- The agent should have called
noopto explicitly indicate no action was taken
Action Required
Assign this issue to an agent to debug and fix the issue.
Optimize token consumption
This failure was triggered by a guardrail limit (max-ai-credits). Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.) to analyze token usage and reduce costs:
Optimize the agentic workflow token consumption using https://raw.githubusercontent.com/github/gh-aw/main/optimize.md
The workflow run is at https://github.com/github/gh-aw/actions/runs/32909810347
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/32909810347
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
- Start your agent
- Load the
agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.md - Type
debug the agentic workflow agent-job-health failure in https://github.com/github/gh-aw/actions/runs/32909810347
Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:
safe-outputs:
report-failure-as-issue: falseGenerated from Agent Job Health Monitor · claude · 1.6K AIC · ◷
- expires on Aug 26, 2026, 11:44 AM UTC