You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
Cannot read the [ci-scan] Known Build Error issues: the github MCP server is only reachable via HTTP at (awmgmcpg/redacted) but node, python3, curl, wget, and gh are all auto-denied under the non-interactive approval policy, and no github bridge CLI is exposed on PATH (only safeoutputs). The github read tools are also not registered as native functions in this session. With no GitHub read path, Step 2 (enumerate open KBEs) cannot run, so no root-cause analysis, fix PR, help-wanted PR, or loop-in comment can be produced.
Verified: git and safeoutputs work; node --version/which succeed but any node/python/curl/wget execution or HTTP call returns Permission denied. mcp-config.json defines github+safeoutputs HTTP servers; mcp-cli/tools/ contains only safeoutputs.json; mcp-cli/bin/ contains only the safeoutputs bridge. To fix: expose a github MCP bridge CLI on PATH (like safeoutputs), or register the github search_issues/list_issues tools as callable functions, or allowlist curl/node egress to the awmg-mcpg MCP host.
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/runtime/actions/runs/30700984635
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: CI Outer-Loop Failure Fixer
Branch: main
Run: https://github.com/dotnet/runtime/actions/runs/30700984635
Pull Request: #130438
Warning
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
Cannot read the [ci-scan] Known Build Error issues: the github MCP server is only reachable via HTTP at (awmgmcpg/redacted) but node, python3, curl, wget, and gh are all auto-denied under the non-interactive approval policy, and no github bridge CLI is exposed on PATH (only safeoutputs). The github read tools are also not registered as native functions in this session. With no GitHub read path, Step 2 (enumerate open KBEs) cannot run, so no root-cause analysis, fix PR, help-wanted PR, or loop-in comment can be produced.
Verified: git and safeoutputs work; node --version/which succeed but any node/python/curl/wget execution or HTTP call returns Permission denied. mcp-config.json defines github+safeoutputs HTTP servers; mcp-cli/tools/ contains only safeoutputs.json; mcp-cli/bin/ contains only the safeoutputs bridge. To fix: expose a github MCP bridge CLI on PATH (like safeoutputs), or register the github search_issues/list_issues tools as callable functions, or allowlist curl/node egress to the awmg-mcpg MCP host.
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.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.mddebug the agentic workflow ci-failure-fix failure in https://github.com/dotnet/runtime/actions/runs/30700984635Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: