[aw] Daily Memory Leak Hunter is missing required tool
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 290
Description
### Workflow Failure
**Workflow:** [Daily Memory Leak Hunter](https://github.com/dotnet/maui/blob/main/.github/workflows/daily-leak-hunter.md)
**Branch:** main
**Run:** https://github.com/dotnet/maui/actions/runs/32435772078
> [!WARNING]
> **Missing Tools Reported**: The agent reported missing tools during execution.
**Missing Tools:**
- **GitHub MCP issue search/list**: Required de-duplication against open \[leak-scan\] issues could not be completed: issue results were filtered and subsequent exact searches failed because the GitHub integrity guard became unavailable. Five shipped-package probes passed, but filing without d
\[Content truncated due to length\]
Alternatives:
| Tool | Alternative |
| --- | --- |
| GitHub MCP issue search/list | Rerun when GitHub MCP issue reads are available; the probe remains under /tmp/gh-aw/agent/leakprobe/. Run dotnet test excluding ListView, then de-dup the five passing Type.Member paths. |
### 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/32435772078
````
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 daily-leak-hunter failure in https://github.com/dotnet/maui/actions/runs/32435772078`
> [!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 [Daily Memory Leak Hunter](https://github.com/dotnet/maui/actions/runs/32435772078) · 122.4 AIC · [◷](https://github.com/search?q=repo%3Adotnet%2Fmaui+is%3Aissue+%22gh-aw-workflow-id%3A+daily-leak-hunter%22&type=issues)
Contributor guide
Research direction
Read .github/workflows/daily-leak-hunter.md and inspect the failed run linked in the issue, starting with the Missing Tools Reported section. Check the agentic-workflows skill and the probe at /tmp/gh-aw/agent/leakprobe/, then run dotnet test excluding ListView. Done means the workflow can access the required GitHub MCP issue search/list tool and complete de-duplication without a missing-tool failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100