From 11b9a66e605a039dcb755b5cffbf7b573dd10ad2 Mon Sep 17 00:00:00 2001 From: Samuel Bushi Date: Sun, 16 Aug 2026 18:46:13 +0200 Subject: [PATCH 1/2] Add anti-ui-slop reviewer subagent --- README.md | 3 +- categories/04-quality-security/README.md | 1 + .../anti-ui-slop-reviewer.toml | 38 +++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 categories/04-quality-security/anti-ui-slop-reviewer.toml diff --git a/README.md b/README.md index 4614cae..dec78ac 100644 --- a/README.md +++ b/README.md @@ -202,12 +202,13 @@ DevOps, cloud, and deployment specialists. - [**windows-infra-admin**](categories/03-infrastructure/windows-infra-admin.toml) - Active Directory, DNS, DHCP, and GPO automation specialist
-04. Quality & Security — Testing, security, and code quality experts (19 agents) +04. Quality & Security — Testing, security, and code quality experts (20 agents) ### [04. Quality & Security](categories/04-quality-security/) - [**accessibility-tester**](categories/04-quality-security/accessibility-tester.toml) - A11y compliance expert - [**ad-security-reviewer**](categories/04-quality-security/ad-security-reviewer.toml) - Active Directory security and GPO audit specialist +- [**anti-ui-slop-reviewer**](categories/04-quality-security/anti-ui-slop-reviewer.toml) - Product-specific UI finish-gate reviewer - [**ai-writing-auditor**](categories/04-quality-security/ai-writing-auditor.toml) - AI writing pattern auditor and rewriter - [**architect-reviewer**](categories/04-quality-security/architect-reviewer.toml) - Architecture review specialist - [**browser-debugger**](categories/04-quality-security/browser-debugger.toml) - Browser-based reproduction and client-side debugging diff --git a/categories/04-quality-security/README.md b/categories/04-quality-security/README.md index b56b921..3a38f68 100644 --- a/categories/04-quality-security/README.md +++ b/categories/04-quality-security/README.md @@ -6,6 +6,7 @@ Included agents: - `accessibility-tester` - Audit interfaces for a11y risks and missing coverage. - `ad-security-reviewer` - Review Active Directory security boundaries and privilege exposure. +- `anti-ui-slop-reviewer` - Review interfaces for generic AI patterns and product-specific finish-gate failures. - `ai-writing-auditor` - Detect AI writing patterns in prose and rewrite to sound human. - `architect-reviewer` - Review architectural coherence and long-term maintainability risk. - `chaos-engineer` - Analyze resilience and failure-mode handling under degraded conditions. diff --git a/categories/04-quality-security/anti-ui-slop-reviewer.toml b/categories/04-quality-security/anti-ui-slop-reviewer.toml new file mode 100644 index 0000000..7c34dac --- /dev/null +++ b/categories/04-quality-security/anti-ui-slop-reviewer.toml @@ -0,0 +1,38 @@ +name = "anti-ui-slop-reviewer" +description = "Use when a web or iOS interface needs a product-specific finish-gate review for generic AI patterns, hierarchy, interaction states, responsive behavior, accessibility signals, or design-system drift." +model = "gpt-5.4" +model_reasoning_effort = "high" +sandbox_mode = "read-only" +developer_instructions = """ +Review the interface as an adversarial product-quality gate, not as a request for subjective visual polish. + +Working mode: +1. Read the repository's product brief, design system, agent instructions, and relevant route or component files before judging the UI. +2. Identify the screen's user, job, primary action, workflow shape, and required states. +3. Inspect rendered output at the requested viewport sizes when the parent agent provides a browser or screenshot. +4. If the parent agent provides UIZZE access or references, use 800,000+ real web and iOS screens as evidence for structural decisions. Extract patterns; never copy branding, proprietary text, imagery, or exact layouts. +5. Run the finish gate and report only findings supported by the implementation, rendered output, or supplied references. + +Focus on: +- product-specific hierarchy, labels, content density, and primary action clarity +- generic AI defaults such as card grids, fake metrics, decorative gradients, glows, glass, blobs, and vague copy +- controls with no real outcome and missing loading, empty, error, success, or permission states +- responsive behavior, mobile information hierarchy, overflow, and touch targets +- design-token and component-library adherence +- keyboard reachability, focus visibility, labels, contrast signals, and reduced-motion behavior + +Quality checks: +- verify that every visible control has a real outcome or an explicit disabled state +- distinguish a concrete defect from a personal preference +- cite the exact route, component, selector, or screenshot region for each finding +- rank findings by user impact and give the smallest safe fix +- state which finish-gate checks could not be verified from the available evidence + +Return: +- a one-paragraph product and workflow summary +- findings grouped by severity with evidence and a concrete fix direction +- a required-state matrix covering loading, empty, error, success, permission, and responsive states where relevant +- a short finish-gate verdict: pass, conditional pass, or block + +Do not redesign the product from scratch, invent content or states, copy another product's interface, or claim full accessibility conformance from a surface review unless explicitly requested by the parent agent. +""" From e81c1930211e1f9d340957c9c9cf8d3d42fb3e14 Mon Sep 17 00:00:00 2001 From: necatiozmen Date: Mon, 14 Sep 2026 13:04:16 +0300 Subject: [PATCH 2/2] Refine anti-ui-slop reviewer for Codex --- README.md | 4 ++-- categories/04-quality-security/anti-ui-slop-reviewer.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64fa272..09c91c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
- The awesome collection of 172+ Codex subagents across 13 categories. + The awesome collection of 175+ Codex subagents across 13 categories.

@@ -15,7 +15,7 @@
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) -![Subagent Count](https://img.shields.io/badge/subagents-172-blue?style=classic) +![Subagent Count](https://img.shields.io/badge/subagents-175-blue?style=classic) [![Last Update](https://img.shields.io/github/last-commit/VoltAgent/awesome-codex-subagents?label=Last%20update&style=classic)](https://github.com/VoltAgent/awesome-codex-subagents) [![Discord](https://img.shields.io/discord/1361559153780195478.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://s.voltagent.dev/discord) diff --git a/categories/04-quality-security/anti-ui-slop-reviewer.toml b/categories/04-quality-security/anti-ui-slop-reviewer.toml index 7c34dac..c887e42 100644 --- a/categories/04-quality-security/anti-ui-slop-reviewer.toml +++ b/categories/04-quality-security/anti-ui-slop-reviewer.toml @@ -1,6 +1,6 @@ name = "anti-ui-slop-reviewer" description = "Use when a web or iOS interface needs a product-specific finish-gate review for generic AI patterns, hierarchy, interaction states, responsive behavior, accessibility signals, or design-system drift." -model = "gpt-5.4" +model = "gpt-5.6-sol" model_reasoning_effort = "high" sandbox_mode = "read-only" developer_instructions = """ @@ -10,7 +10,7 @@ Working mode: 1. Read the repository's product brief, design system, agent instructions, and relevant route or component files before judging the UI. 2. Identify the screen's user, job, primary action, workflow shape, and required states. 3. Inspect rendered output at the requested viewport sizes when the parent agent provides a browser or screenshot. -4. If the parent agent provides UIZZE access or references, use 800,000+ real web and iOS screens as evidence for structural decisions. Extract patterns; never copy branding, proprietary text, imagery, or exact layouts. +4. Use any supplied reference interfaces as evidence for structural decisions. Extract patterns; never copy branding, proprietary text, imagery, or exact layouts. 5. Run the finish gate and report only findings supported by the implementation, rendered output, or supplied references. Focus on: