Skip to content

Add shared workflow for Microsoft Amplifier CLI - #13820

Closed
pelikhan with Copilot wants to merge 4 commits into
mainfrom
copilot/add-amplifier-support-workflow
Closed

Add shared workflow for Microsoft Amplifier CLI#13820
pelikhan with Copilot wants to merge 4 commits into
mainfrom
copilot/add-amplifier-support-workflow

Conversation

CopilotAI commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Adds support for Microsoft Amplifier, an AI-powered modular development assistant with specialized agents for system design, debugging, code exploration, and research.

Implementation

  • Shared workflow: .github/workflows/shared/mcp/amplifier.md

    • Three-step setup: UV package manager → Amplifier CLI → AI provider auto-detection
    • Bash tool access: amplifier * and uv *
    • Multi-provider support: Anthropic (recommended), OpenAI, Azure OpenAI, Ollama
    • Auto-configures based on available secrets (ANTHROPIC_API_KEY, OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT)
  • Specialized agents: zen-architect, bug-hunter, explorer, web-research, modular-builder, git-ops

  • Bundle system: foundation (default), recipes, design-intelligence

  • Session persistence: Project-scoped sessions with resume capabilities

Usage

---
name: my-workflowengine: copilotimports:
- shared/mcp/amplifier.mdpermissions:
contents: readissues: readpull-requests: read
---
Use amplifier's zen-architect agent to design a scalable caching layer.

The agent can invoke amplifier run, amplifier continue, amplifier session list, and manage bundles/agents through the CLI.

References

Original prompt

Add a shared agentic workflow that add support for amplifier (https://github.com/microsoft/amplifier)


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

CopilotAIand others added 3 commits February 5, 2026 00:22
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>
CopilotAI changed the title [WIP] Add shared agentic workflow for amplifier supportAdd shared workflow for Microsoft Amplifier CLIFeb 5, 2026
CopilotAI requested a review from pelikhanFebruary 5, 2026 00:32
@github-actions

Copy link
Copy Markdown
Contributor

🔍 PR Triage Results

Category: feature | Risk: high | Priority: 40/100

Scores Breakdown

  • Impact: 30/50 - New feature adding Microsoft Amplifier CLI support
  • Urgency: 6/30 - Recently created (0.4 hours old), feature enhancement
  • Quality: 4/20 - Draft PR, CI pending, multiple commits

📋 Recommended Action: batch_review

This PR adds new functionality for Microsoft Amplifier integration. It should be reviewed in batch with other similar PRs for efficiency. The high risk level warrants careful review of the implementation.


Triaged by PR Triage Agent on 2026-02-05

AI generated by PR Triage Agent

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pelikhan