Summary
After installing a plugin with /plugin install, the skill appears in /skills list as enabled but does not activate on matching prompts until the Copilot CLI session is restarted.
Repro
- Start a Copilot CLI session
- Run
/plugin install microsoftdocs/mcp
- Plugin installs successfully:
Plugin "microsoft-docs-marketplace" installed successfully.
- Run
/skills list — skill appears and shows as enabled (e.g., microsoft-docs)
- Ask a prompt that should trigger the skill (e.g., "Search Microsoft docs for Azure Functions")
- Actual: Skill does not activate. Agent falls back to web search or other tools.
- Exit and restart Copilot CLI session
- Ask the same prompt
- Expected (and actual after restart): Skill activates correctly
Expected behavior
After /plugin install succeeds and /skills list shows the skill as enabled, the skill should be available for activation immediately — without requiring a session restart.
Environment
- Copilot CLI: 1.0.42
- OS: Ubuntu (WSL2)
- Node.js: 22.22.1
Notes
This is confusing for first-time users: the install reports success, the skill shows as enabled, but it silently does not work until restart. There is no message indicating a restart is needed.
Summary
After installing a plugin with
/plugin install, the skill appears in/skills listas enabled but does not activate on matching prompts until the Copilot CLI session is restarted.Repro
/plugin install microsoftdocs/mcpPlugin "microsoft-docs-marketplace" installed successfully./skills list— skill appears and shows as enabled (e.g.,microsoft-docs)Expected behavior
After
/plugin installsucceeds and/skills listshows the skill as enabled, the skill should be available for activation immediately — without requiring a session restart.Environment
Notes
This is confusing for first-time users: the install reports success, the skill shows as enabled, but it silently does not work until restart. There is no message indicating a restart is needed.