Use anywhere - Shortcuts work across all your projects
Natural language - Just say "run my commit-push shortcut"
Zero config - Works immediately after install
Usage
In Copilot Chat
Say This
What Happens
"Show my shortcuts"
Lists all saved shortcuts
"Create a shortcut called deploy-prod that..."
Saves a new shortcut
"Run commit-push"
Executes the shortcut steps
"Delete all my shortcuts"
Clears all shortcuts
Example
You: Create a shortcut called "pr-flow" that:
1. Creates a feature branch
2. Makes changes
3. Runs tests
4. Commits and pushes
5. Opens a PR
Copilot: ✓ Created shortcut 'pr-flow' with 5 steps.
--- Later, in any project ---
You: Do pr-flow for the login fix
Copilot: [executes all 5 steps in context]
Commands
Copilot Shortcuts: List All Shortcuts - View shortcuts in quick pick
Copilot Shortcuts: Open Shortcuts File - Edit shortcuts.yaml directly
Copilot Shortcuts: Restart MCP Server - Restart if needed
How It Works
This extension provides an MCP (Model Context Protocol) server that Copilot can call. Your shortcuts are stored in: