Skip to content

Enable agentic-workflows tool in dev-hawk workflow#7147

Merged
pelikhan merged 3 commits intomainfrom
copilot/enable-agentic-workflows-tool
Dec 21, 2025
Merged

Enable agentic-workflows tool in dev-hawk workflow#7147
pelikhan merged 3 commits intomainfrom
copilot/enable-agentic-workflows-tool

Conversation

Copy link
Contributor

Copilot AI commented Dec 21, 2025

The dev-hawk workflow was configured with the gh-aw MCP server but missing the agentic-workflows: tool declaration, and its prompt referenced the gh CLI instead of the tool interface.

Changes

  • Frontmatter: Added agentic-workflows: to the tools: section
  • Prompt: Updated references from "gh-aw MCP audit tool" to "the audit tool from the agentic-workflows MCP server"
  • Lock file: Recompiled with the agentic-workflows MCP server configuration

Result

The workflow now properly exposes the agentic-workflows toolset through the MCP interface, consistent with other workflows like python-data-charts and example-workflow-analyzer.

tools:
  agentic-workflows:
  github:
    toolsets: [pull_requests, actions, repos]
For failures: Use the `audit` tool from the agentic-workflows MCP server with run_id ${{ github.event.workflow_run.id }}
Original prompt

Make sure dev hawk workflow has the tools agentic-workflows: enabled in the front matter. The prompt should specify to use the tool, not gh.

Custom agent used: create-agentic-workflow
Design agentic workflows using GitHub Agentic Workflows (gh-aw) extension with interactive guidance on triggers, tools, and security best practices.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits December 21, 2025 16:44
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Ensure dev hawk workflow uses agentic-workflows tool Enable agentic-workflows tool in dev-hawk workflow Dec 21, 2025
Copilot AI requested a review from pelikhan December 21, 2025 16:49
@pelikhan pelikhan marked this pull request as ready for review December 21, 2025 16:57
@pelikhan pelikhan merged commit a71d923 into main Dec 21, 2025
4 checks passed
@pelikhan pelikhan deleted the copilot/enable-agentic-workflows-tool branch December 21, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants