Add Enhance to the Copilot plugin marketplace - #84
Open
hbnordin2 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The metadata matches the published plugin, and the marketplace remains valid with unique plugin names.
Pull request overview
Adds Enhance to the official GitHub Copilot plugin marketplace.
Changes:
- Registers Enhance 1.0.2 with its external source and metadata.
- Documents its workflows and runtime requirements.
File summaries
| File | Description |
|---|---|
.github/plugin/marketplace.json |
Adds the Enhance marketplace entry. |
README.md |
Documents Enhance as an external plugin. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Enhance as an external plugin so GitHub Copilot users can discover its canvas design and review workflows in the official collection. The entry points to the existing public
plugins/enhancepackage and records the published 1.0.2 metadata.Enhance includes four workflow skills and a bundled MCP runtime for designing canvases, publishing local builds as interactive prototypes, responding to feedback, and applying approved canvas designs to product source. Users authenticate to their own Enhance account through browser sign-in.
The package requires Node.js 24 or later and a POSIX shell; the README makes those requirements explicit. The source, MIT licence, compatibility evidence, and reviewer cases are in https://github.com/enhance-labs-builds/enhance-plugin. This submission does not claim native Windows validation.
Validation: the published plugin passes Enhance's manifest/runtime validator; the new entry matches its published name/version and source subdirectory; the catalogue parses through both marketplace paths with unique plugin names;
git diff --checkpasses. A signed-in Copilot installation has not yet been verified.