Skip to content

fix: correct copilot plugin install syntax in README#32

Merged
arnaudlh merged 1 commit into
mainfrom
fix/readme-install-syntax
Apr 24, 2026
Merged

fix: correct copilot plugin install syntax in README#32
arnaudlh merged 1 commit into
mainfrom
fix/readme-install-syntax

Conversation

@sendtoshailesh

Copy link
Copy Markdown
Contributor

Summary

Fix incorrect copilot plugin install syntax in README.md that causes silent installation failures.

Problem

The README documents:

copilot plugin install Azure/git-ape

This uses the owner/repo format (direct repo install), not the plugin@marketplace format. The result is that the marketplace is registered but the plugin is never properly installed — agents and skills don't load.

Fix

Changed to the correct plugin@marketplace syntax:

copilot plugin install git-ape@git-ape

Also added a verification step:

copilot plugin list   # Should show: git-ape@git-ape

Context

Fixes #10

Change `copilot plugin install Azure/git-ape` to `copilot plugin install git-ape@git-ape`
which uses the correct plugin@marketplace format. Also add verification step.

Fixes #10

@arnaudlh arnaudlh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arnaudlh arnaudlh merged commit 0aaa7ac into main Apr 24, 2026
1 check passed
@arnaudlh arnaudlh deleted the fix/readme-install-syntax branch April 24, 2026 03:02
@arnaudlh arnaudlh added this to the v0.0.1 milestone May 11, 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.

Bug: README install instructions use incorrect copilot plugin install syntax

2 participants