githubnext / githubnext/gh-aw-cao

[aw] AW Optimization / Skills timed out

Closed
#9,439 0 comments 0 reactions 0 assignees View on GitHub
agentic-workflows
Dominant language
JavaScript
Stars
3
Forks
1
Avg merge
49m
Merged PRs (30d)
837

Description

### Workflow Failure

**Workflow:** [AW Optimization / Skills](https://github.com/githubnext/gh-aw-cao/blob/main/.github/workflows/optimization-skills-curator.md)
**Branch:** main
**Run:** https://github.com/githubnext/gh-aw-cao/actions/runs/34566256786

**Agent Timed Out**: The agent job exceeded the maximum allowed execution time (20 minutes).

To increase the timeout, add or update the `timeout-minutes` setting in your workflow's frontmatter:

```yaml
---
timeout-minutes: 30
---
```

### 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-turns / timeout). 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/githubnext/gh-aw-cao/actions/runs/34566256786
````

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/githubnext/gh-aw-cao/actions/runs/34566256786
````

Manually invoke the agent

Debug this workflow failure using your favorite Agent CLI and the `agentic-workflows` prompt.

- Start your agent
- Load the `agentic-workflows` skill from `.github/skills/agentic-workflows/SKILL.md` or
- Type `debug the agentic workflow optimization-skills-curator failure in https://github.com/githubnext/gh-aw-cao/actions/runs/34566256786`

> [!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:
> ```yaml
> safe-outputs:
> report-failure-as-issue: false
> ```
>
>

> Generated from [AW Optimization / Skills](https://github.com/githubnext/gh-aw-cao/actions/runs/34566256786) · copilot · 128.2 AIC · [◷](https://github.com/search?q=repo%3Agithubnext%2Fgh-aw-cao+is%3Aissue+%22gh-aw-workflow-id%3A+optimization-skills-curator%22&type=issues)
> - [x] expires on Sep 18, 2026, 5:54 AM UTC

Contributor guide

Open the contributing guide

Research direction

Open .github/workflows/optimization-skills-curator.md and inspect the failed run 34566256786 first. Read the agentic-workflows skill or debug.md guidance, then identify the timeout or token-usage cause and adjust the workflow. Done means the workflow no longer exceeds its execution limit and a subsequent run completes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, yaml
Domain
ci-cd, devops, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.