Add UIZZE anti-ui-slop plugin#2390
Open
samuelbushi wants to merge 1 commit into
Open
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 4 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
JoshuaKamanga
approved these changes
Jul 22, 2026
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Adds
uizze, a default-marketplace plugin that packages the existinganti-ui-slopskill merged in #2351. Users can install the workflow with:The plugin turns real interface evidence into a product-specific design contract, then enforces the skill's finish gate before the UI is considered complete. It requires no account, credential, token, external server, or MCP configuration. The public UIZZE catalogue is the skill's reference source; the workflow remains usable with user-provided references or repository evidence when browsing is unavailable.
This is distinct from #2389: that pull request improves the link placement inside the existing skill, while this pull request adds the installable Copilot plugin manifest, plugin documentation, generated marketplace entry, and generated plugin index entry. It does not modify the skill.
Affiliation disclosure: I maintain UIZZE. The bundled skill is free, MIT licensed, and useful without any paid service. The plugin contains no pricing, signup prompt, telemetry, token, or paid MCP integration.
Validation completed:
npm run plugin:validate— all 71 plugins, 19 extensions, and 33 external entries passednpm run skill:validate—anti-ui-sloppassednpm start— marketplace and documentation generated successfullynpx --yes @microsoft/vally-cli lint skills/anti-ui-slop --verbose— 2/2 checks passedplugins/uizze/skills/anti-ui-slop/byte-for-bytebash eng/fix-line-endings.shgit diff --checkhttps://uizze.comreturned HTTP 200Type of Contribution
Additional Notes
The plugin deliberately omits the optional paid MCP server. That keeps the default-marketplace install self-contained, credential-free, and aligned with the repository's guidance for vendor-backed contributions.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.