Skip to content

Add UIZZE UI Slop Gate - #899

Open
samuelbushi wants to merge 2 commits into
sdras:mainfrom
samuelbushi:add-uizze-ui-slop-gate
Open

Add UIZZE UI Slop Gate#899
samuelbushi wants to merge 2 commits into
sdras:mainfrom
samuelbushi:add-uizze-ui-slop-gate

Conversation

@samuelbushi

@samuelbushi samuelbushi commented Aug 16, 2026

Copy link
Copy Markdown

What does this add?

  • UIZZE UI Slop Gate — a free, dependency-free GitHub Action that catches concrete UI finish risks in changed frontend code before they ship: inert controls, missing loading/empty/error markers, raw color drift, and combinations of generic dashboard/card-grid/placeholder-metric cues.

Why it belongs here

UIZZE is a root-level JavaScript GitHub Action with a packaged action.yml, workflow annotations, and a job summary. The entry is placed under Static Analysis because it checks source-level UI finish risks in pull requests.

- uses: uizze/uizze@v1
  with:
    fail-on: error

The action runs locally in the GitHub runner with no token, account, API key, write permission, or network access. UIZZE also publishes a portable anti-ui-slop skill grounded in 800,000+ real web and iOS screens; the action itself remains a focused source check, not a visual or accessibility audit.

Thanks for maintaining this list.

@samuelbushi

Copy link
Copy Markdown
Author

Current verification for this Action-directory entry:

  • Canonical action source: https://github.com/uizze/uizze
  • Versioned major tag: uizze/uizze@v1
  • The action runs locally on the GitHub runner with no token, account, API key, or network access.
  • The broader free anti-ui-slop workflow is grounded in 800,000+ real web and iOS screens; the Action itself remains a focused source-level finish check.
  • Current release: https://github.com/uizze/uizze/releases/tag/v1.2.11

The entry is first-party and the public description keeps the Action’s bounded scope separate from the full UIZZE product.

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.

1 participant