Skip to content
| Marketplace
Sign in
Visual Studio Code>Machine Learning>Copilot ShortcutsNew to Visual Studio Code? Get it now.
Copilot Shortcuts

Copilot Shortcuts

manoj-pennada

|
5 installs
| (0) | Free
Create and manage reusable shortcuts for GitHub Copilot. Define multi-step workflows once, use them anywhere.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copilot Shortcuts

Create and manage reusable shortcuts for GitHub Copilot. Define multi-step workflows once, use them anywhere.

Features

  • Create shortcuts - Define reusable multi-step workflows
  • 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:

~/.config/copilot-shortcuts/shortcuts.yaml

Author

Manoj Pennada

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft