Skip to content

Comments

Add /new-ideas agentic workflow for issue enhancement suggestions#49

Merged
brunoborges merged 2 commits intomainfrom
copilot/implement-agentic-workflow
Feb 19, 2026
Merged

Add /new-ideas agentic workflow for issue enhancement suggestions#49
brunoborges merged 2 commits intomainfrom
copilot/implement-agentic-workflow

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

Implements a slash-command-triggered agentic workflow that responds to /new-ideas on any issue by reading the issue content and posting 5–8 concrete, actionable enhancement ideas as a comment.

Workflow definition (new-ideas.md)

  • Trigger: slash_command: new-ideas scoped to issues and issue_comment events
  • GitHub MCP server configured read-only with issues + repos toolsets
  • Output via safe-outputs: add-comment (max 1, hides older comments on repeat invocations)
  • Role-gated to admin, maintainer, write (default gh-aw behavior)

Compiled lock file (new-ideas.lock.yml)

Generated via gh aw compile new-ideas (v0.46.5). Key jobs:

  • pre_activation — detects /new-ideas in body/comment, adds 👀 reaction, validates user role
  • activation — builds the Copilot prompt with sanitized issue context
  • agent — runs Copilot CLI inside AWF sandbox with domain allowlist
  • detection — threat-detection pass on agent output before writing
  • safe_outputs — posts the generated comment to the triggering issue

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.46.5
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.46.5 --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Add agentic workflow for new ideas command Add /new-ideas agentic workflow for issue enhancement suggestions Feb 19, 2026
Copilot AI requested a review from brunoborges February 19, 2026 19:46
@brunoborges brunoborges marked this pull request as ready for review February 19, 2026 19:52
@brunoborges brunoborges merged commit 3fecbf6 into main Feb 19, 2026
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