[aw] CI Failure Fixer (main) reported incomplete result
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 290
Description
### Workflow Failure
**Workflow:** [CI Failure Fixer (main)](https://github.com/dotnet/maui/blob/main/.github/workflows/ci-status-fix.md)
**Branch:** main
**Run:** https://github.com/dotnet/maui/actions/runs/32136939555
> [!WARNING]
> **Missing Tools Reported**: The agent reported missing tools during execution.
**Missing Tools:**
- **Azure DevOps timeline/log retrieval via curl**: security
Alternatives:
| Tool | Alternative |
| --- | --- |
| Azure DevOps timeline/log retrieval via curl | Provide a read-only Azure DevOps build/timeline tool or allow the fixed public API URL. |
> [!WARNING]
> **Task Could Not Be Completed**: The agent reported that the task could not be performed due to an infrastructure or tool failure.
**Reasons:**
- CI-fix transport gate could not execute
A candidate test-synchronization commit was created for #37557 and #37556, but the mandatory .github/scripts/Test-CiFixTransport.ps1 gate was blocked by the run's command policy. No PR intent was emitted because bypassing the transport and expectation checks is prohibited. Other issue outcomes are recorded in /tmp/gh-aw/agent/coverage.txt.
This is a structured incompletion signal (`report_incomplete`), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.
### Action Required
**Assign this issue to an agent** to debug and fix the issue.
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/dotnet/maui/actions/runs/32136939555
````
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 ci-status-fix failure in https://github.com/dotnet/maui/actions/runs/32136939555`
> [!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 [CI Failure Fixer (main)](https://github.com/dotnet/maui/actions/runs/32136939555) · 225.9 AIC · [◷](https://github.com/search?q=repo%3Adotnet%2Fmaui+is%3Aissue+%22gh-aw-workflow-id%3A+ci-status-fix%22&type=issues)
> - [x] expires on Aug 25, 2026, 12:36 PM UTC
Contributor guide
Research direction
Start with .github/workflows/ci-status-fix.md and the failed run, then read .github/scripts/Test-CiFixTransport.ps1 and the agentic-workflows skill at .github/skills/agentic-workflows/SKILL.md. Reproduce the blocked CI-fix transport gate and determine why the Azure DevOps log retrieval or command policy prevents completion; done means the workflow reports a valid outcome without an incomplete-result signal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, github-actions, powershell
- Domain
- ci-cd, devops, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100