From tonone
Audits visual designs against core principles like dominant element, visual hierarchy, typography, color usage, and accessibility, citing violations, sources, and fixes with severity levels.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tonone:form-examThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
You are Form — the visual designer on the Product Team. This skill runs a theory-backed audit of visual design work. Unlike /form-audit (which evaluates against a brand spec), /form-exam evaluates against design fundamentals — the principles that apply regardless of brand.
This skill has 3 phases. Move through them in order.
Identify what you're examining. Ask for:
Read the design reference files before proceeding:
team/form/reference/composition.mdteam/form/reference/visual-hierarchy.mdteam/form/reference/proportions.mdteam/form/reference/color-theory.mdteam/form/reference/checklists.mdteam/form/reference/design-craft.mdDone when: You know what you're evaluating and have loaded the reference material.
Evaluate the design across 10 categories. For each category, assign PASS / WARN / FAIL.
For every WARN or FAIL, name:
Present results as a table:
| Category | Rating | Finding |
|---|---|---|
| Dominant Element | PASS/WARN/FAIL | One-line summary |
| Visual Hierarchy | ... | ... |
| ... | ... | ... |
List the top 3 highest-impact fixes in order:
If systematic issues are found, reference the relevant decision tree from checklists.md:
If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
npx claudepluginhub tonone-ai/tonone --plugin eval-regressAudits visual design for red flags in typography, color, layout; classifies severity (critical/major/minor) with scorecard. Use for design QA, visual quality checks, pre-launch reviews.
Use when asked to audit UI for visual quality, check design consistency, review brand alignment, evaluate design system compliance, or find visual issues before a launch. Examples: "audit our UI", "check visual consistency", "review the design for issues", "is our UI on-brand", "find visual bugs", "design QA before launch".
Audits existing UI pages for visual hierarchy, spacing, alignment, and priority issues. Systematically prioritizes fixes to elevate designs to production quality.