fix: sync UIZZE skill with canonical workflow (#2771)

This commit is contained in:
Samuel Bushi
2026-08-24 03:34:55 +02:00
committed by GitHub
parent 8e03e6abeb
commit 22e0e1e504
19 changed files with 418 additions and 103 deletions
+9 -11
View File
@@ -1,6 +1,6 @@
# UIZZE Plugin
Stop generic UI from shipping. UIZZE gives GitHub Copilot a repeatable workflow for turning real interface evidence into a product-specific design contract, then checking the result against a hard finish gate.
Stop generic UI from shipping. UIZZE helps GitHub Copilot build product-specific interfaces and finish the states that make them usable.
## Installation
@@ -12,16 +12,16 @@ copilot plugin install uizze@awesome-copilot
| Skill | Description |
|---|---|
| `anti-ui-slop` | Selects relevant interface references, extracts reusable design decisions, writes an implementation-ready design contract, and blocks completion until specificity, interaction states, responsiveness, accessibility, and design-system integrity pass review. |
| `anti-ui-slop` | Uses the product brief and existing design system, loads one focused playbook, optionally finds relevant interface evidence, and checks the rendered result before completion. |
## How It Works
1. Inspect the target product, task, and existing design system.
2. Search [UIZZE](https://uizze.com) for three to five relevant examples from its public catalogue of 800,000+ real web and iOS screens.
3. Convert the evidence into a design contract before implementation.
4. Run the finish gate and fix every blocking issue before calling the UI complete.
1. Inspect the target product, task, components, and existing design system.
2. Load one focused playbook for the kind of interface work being done.
3. Use UIZZE evidence only when a concrete visual question would benefit from it.
4. Render once when possible and fix observable breakage before completion.
The skill remains usable when catalogue browsing is unavailable: it can work from user-provided references or repository evidence and will state which evidence is missing.
The skill works from repository evidence alone. UIZZE references are optional, and an empty search result is a normal no-op.
## Requirements and Scope
@@ -29,13 +29,11 @@ The skill remains usable when catalogue browsing is unavailable: it can work fro
- No MCP server is bundled with this plugin.
- The skill is MIT licensed and useful on its own.
UIZZE maintains the public catalogue referenced by the skill.
For an optional, separate anonymous source check outside this plugin, use the [free UI slop preview](https://uizze.com/mcp/preview). It exposes exactly one deterministic `check_ui_slop` tool, requires no account or token, and is not required by this plugin.
The optional, separate authenticated UIZZE MCP exposes exactly `find_ui_references` and `find_ui_materials`. It is not required by this plugin.
## Source
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot).
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot). The canonical UIZZE packages are maintained at [uizze/uizze](https://github.com/uizze/uizze).
## License
+2 -2
View File
@@ -1,8 +1,8 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "uizze",
"description": "Stop generic UI from shipping. Ground GitHub Copilot in 800,000+ real web and iOS screens, write a product-specific design contract, and enforce a hard finish gate.",
"version": "1.0.0",
"description": "Build product-specific interfaces with a focused UIZZE workflow, optional real-screen evidence, and a practical finish check.",
"version": "1.2.13",
"author": {
"name": "UIZZE",
"url": "https://uizze.com"