Skip to content

Add anti-ui-slop agent skill#2351

Merged
ayangupt merged 3 commits into
github:mainfrom
samuelbushi:codex/add-uizze-anti-ui-slop
Jul 20, 2026
Merged

Add anti-ui-slop agent skill#2351
ayangupt merged 3 commits into
github:mainfrom
samuelbushi:codex/add-uizze-anti-ui-slop

Conversation

@samuelbushi

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, workflow, or canvas extension file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, workflow, or canvas extension with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the main branch for this pull request.

Description

Adds anti-ui-slop, a cross-agent UI workflow that grounds interface work in real product evidence, writes an explicit design contract, and blocks completion until specificity, interaction states, responsiveness, accessibility, and design-system integrity pass a finish gate.

The skill uses one necessary reference link to the free public UIZZE catalogue of 800,000+ web and iOS screens. It requires no account, credentials, bundled executable, or remote code. It does not include signup language, pricing, or a product-upgrade call to action.

Affiliation disclosure: I maintain UIZZE. The submitted content is intentionally technical and neutral and is useful without any paid service.

Validation completed:

  • npm run skill:validate
  • npx --yes @microsoft/vally-cli lint skills/anti-ui-slop --verbose
  • npm run build
  • bash eng/fix-line-endings.sh
  • GitHub Skills preview from commit 97be67dfb9dfd92a0d18ed89795120c88cd12dc5
  • Clean project-scope install through gh skill install for the github-copilot host

The repository-wide gh skill publish --dry-run . still reports 18 pre-existing errors in unrelated upstream skills; the new skill itself passes the repository validator and targeted Vally checks.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • New canvas extension.
  • Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.
  • Other (please specify):

Additional Notes

This adds a distinct evidence-to-design-contract-to-finish-gate workflow. Existing UI skills in the catalog focus on visual polish, screenshot capture, or conventional design review; none grounds implementation in a large public reference catalogue while explicitly rejecting generic product output.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@samuelbushi
samuelbushi requested a review from aaronpowell as a code owner July 18, 2026 20:14
@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 1
ℹ️ Info 0
Severity Rule File Line Match
🟠 package-exec-command docs/README.skills.md 31 | [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)<br />`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions

github-actions Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:HIGH Contributor reputation check flagged HIGH risk label Jul 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

✅ All checks passed

Scope Checked
Skills 1
Agents 0
Total 1
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ npm warn EBADENGINE Unsupported engine {
ℹ️ npm warn EBADENGINE package: 'commander@15.0.0',
ℹ️ npm warn EBADENGINE required: { node: '>=22.12.0' },
ℹ️ npm warn EBADENGINE current: { node: 'v20.20.2', npm: '10.8.2' }
ℹ️ npm warn EBADENGINE }
ℹ️ npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
ℹ️ ✅ anti-ui-slop (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
Full linter output
### Linting skills/anti-ui-slop
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'commander@15.0.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.20.2', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
✅ anti-ui-slop (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

@ayangupt
ayangupt merged commit 1f11e68 into github:main Jul 20, 2026
9 of 10 checks passed
@samuelbushi samuelbushi mentioned this pull request Jul 22, 2026
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review:HIGH Contributor reputation check flagged HIGH risk new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants