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
GitHub CLI (gh issue view): Failed with "To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable."
The workflow requires read access to issue #3024 to extract structured preset submission data from the issue form fields. Both available GitHub interfaces are blocked - the MCP server filters the issue due to integrity policy, and the gh CLI lacks authentication tokens.
To resolve this issue, the workflow configuration would need to either:
Configure the GitHub MCP server with appropriate integrity settings to allow reading preset-submission labeled issues
Provide GH_TOKEN environment variable for gh CLI authentication
Pass the issue body content directly to the agent as workflow input
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/github/spec-kit/actions/runs/27723338343
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Add Community Preset from Issue Submission
Branch: main
Run: https://github.com/github/spec-kit/actions/runs/27723338343
Pull Request: #2884
Reasons:
Cannot access issue [Bug]: agent-context extension ignores scoped/nested spec directories (SPECIFY_FEATURE_DIRECTORY), so plan auto-discovery finds nothing #3024 content due to integrity policy filtering (GitHub MCP tools require "approved" integrity) and gh CLI not being authenticated (GH_TOKEN not set). Without access to the issue body, I cannot extract the required preset submission fields (preset-id, preset-name, version, description, author, repository, download-url, license, etc.) needed to validate the submission and update the catalog files.
Attempted approaches:
The workflow requires read access to issue #3024 to extract structured preset submission data from the issue form fields. Both available GitHub interfaces are blocked - the MCP server filters the issue due to integrity policy, and the gh CLI lacks authentication tokens.
To resolve this issue, the workflow configuration would need to either:
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 add-community-preset failure in https://github.com/github/spec-kit/actions/runs/27723338343Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: