-
Notifications
You must be signed in to change notification settings - Fork 34
Enable agentic-workflows tool and create discussions for portfolio-analyst workflow #6025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
@copilot use shared/gh-aw.md for access to agentic workflows MCP |
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Automated Portfolio Analyst access to gh-aw logs command
Add gh-aw MCP server to portfolio-analyst workflow
Dec 10, 2025
mnkiefer
approved these changes
Dec 10, 2025
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Contributor
|
@copilot actually we don't see to need it anymore, you should be able to enable the agentic-workflows tools directly. |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add gh-aw MCP server to portfolio-analyst workflow
Enable agentic-workflows tool in portfolio-analyst workflow
Dec 10, 2025
pelikhan
approved these changes
Dec 10, 2025
Contributor
|
@copilot create discussion in audits category instead of issue |
…ategory Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Enable agentic-workflows tool in portfolio-analyst workflow
Enable agentic-workflows tool and create discussions for portfolio-analyst workflow
Dec 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The portfolio-analyst workflow attempts to use
gh aw logsto collect workflow execution metrics, but the command was unavailable, causing the agent to report it cannot complete the analysis.Changes
agentic-workflows:tool to portfolio-analyst.mdcreate-issuetocreate-discussionwith category "Audits"The workflow now uses the
agentic-workflows:tool which automatically configures the gh-aw MCP server, exposing CLI commands (logs, audit, status, compile) as MCP tools available to the agent without requiring manual setup or imports.This approach is simpler than using imports as it leverages the already-installed gh CLI extension and requires no manual build steps. Portfolio analysis results are now posted as discussions in the Audits category instead of issues, providing better organization and automatically closing older discussions to keep the board clean.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.