Claude Agent

design-quality-reviewer

Imported from arbiterforge/codearbiter/site/src/curated/agents/design-quality-reviewer.md.

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download arbiterforge-codearbiter-site_src_curated_agents_design-quality-reviewer.md-44989c5.zip · 0 KB
Part of arbiterforge/codearbiter — 238 skills

Install

skills CLI npx skills add https://github.com/arbiterForge/codeArbiter/tree/main/site/src/curated/agents/design-quality-reviewer.md
Git git clone https://github.com/arbiterForge/codeArbiter.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (codearbiter)
  • design-quality-reviewer.md 1.2 KB
    ---
    entity: agents/design-quality-reviewer
    related: [frontend-author, skills/subagent-driven-development]
    ---
    
    ## Role
    
    Read-only reviewer of generated, user-facing output — UI, reports, slides, charts, diagrams, CLI
    output — against the `anti-slop-design` reference. It checks that a deliverable made deliberate,
    brief-driven design choices instead of defaulting to the statistical center; it never reviews
    codeArbiter's own internal framework docs. `frontend-author` dispatches it on any change that produces
    or alters user-facing UI, the same way it dispatches `security-reviewer` for a security-sensitive one.
    
    ## Why this model tier
    
    Ships `model: sonnet`. Judging whether a design choice was deliberate versus a reflex default (a
    generic three-card layout, a fabricated chart number) is a nuanced call against a reference document,
    not a fixed-pattern scan.
    
    ## What it emits
    
    CRITICAL/HIGH/MEDIUM/LOW findings, each naming the artifact location, the violated `anti-slop-design`
    rule, and a concrete fix. Blocks only on a data-integrity violation (a fabricated or unmarked number)
    or a prose em-dash used as a sentence separator; everything else surfaces without blocking.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related