Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 21, 2025

Ports the Q workflow from githubnext/gh-aw, adapting it to use builtin tools rather than external MCP servers.

Changes

Workflow Implementation (workflows/q.md)

  • Replace gh-aw MCP server with builtin agentic-workflows tool
  • Replace Serena (code analysis) → bash + edit tools
  • Replace Tavily (web search) → web-search tool
  • Remove .lock.yml compilation references
  • Update paths: .github/workflows/workflows/
  • Generalize prompt instructions to be framework-agnostic

Documentation

  • Add docs/q.md following repository conventions
  • Update README.md to list Q under analysis workflows

What Q Does

Analyzes workflow execution logs to identify:

  • Missing tool declarations
  • Permission errors
  • Repetitive tool call patterns
  • Performance bottlenecks

Creates PRs with targeted fixes when invoked via /q command on issues/PRs.

Example Usage

/q Analyze all workflows and suggest optimizations
/q Fix missing tools in the daily-progress workflow
Original prompt

Add a copy of the Q agentic workflow from githubnext/gh-aw in the workflow folder .

Make the prompt more generic as it is not meant to run in gh-aw anymore and should use the builtin tool agentic-workflows instead of the shared agentic workflow.

If needed migrate shared agentic workflow for Serena as well.


✨ 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 3 commits November 21, 2025 14:31
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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] Add generic Q agentic workflow to workflow folder Add Q workflow for agentic workflow optimization Nov 21, 2025
Copilot AI requested a review from pelikhan November 21, 2025 14:40
@pelikhan pelikhan marked this pull request as ready for review November 21, 2025 14:47
@pelikhan pelikhan merged commit 4fc8331 into main Nov 21, 2025
2 checks passed
@pelikhan pelikhan deleted the copilot/add-generic-agentic-workflow branch November 21, 2025 14:47
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