critique

Evaluates interface design quality across hierarchy, typography, color, and AI-slop detection dimensions.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/gmolike/Claude-Template --skill critique-gmolike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critique
Source: https://github.com/gmolike/Claude-Template/tree/main/.agents/skills/critique
Command: npx skills add https://github.com/gmolike/Claude-Template --skill critique-gmolike

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design teams often ship interfaces that technically work but feel generic, unbalanced, or obviously AI-generated. This Skill provides a structured design-director-style critique that identifies concrete UX problems and prescribes actionable fixes. ## Core Features & Use Cases - AI Slop Detection: Flags telltale signs of AI-generated interfaces such as gradient text, glassmorphism, and generic card grids. - Ten-Dimension Evaluation: Assesses visual hierarchy, information architecture, emotional resonance, affordance, composition, typography, color, states, and microcopy. - Prioritized Feedback Report: Produces a structured critique with an anti-patterns verdict, priority issues with concrete fixes, and follow-up command suggestions. - Use Case: After scaffolding a new dashboard page, run a critique to discover that the primary action lacks prominence and the layout uses a generic hero-metric pattern, then receive specific remediation commands. ## Quick Start Ask the assistant to critique the current interface or a specific feature area, optionally naming the area to focus the review.

Frequently Asked Questions about critique

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a UX design critique of my interface?

Invoke the critique skill, optionally naming the feature or area to review. It evaluates the interface across ten dimensions including visual hierarchy, typography, and color, then returns a prioritized report with concrete fixes.

How to detect AI-generated design patterns in a UI?

The critique includes a dedicated AI slop detection pass that checks for gradient text, glassmorphism, dark mode with glowing accents, generic fonts, and identical card grids. It gives a pass/fail verdict on whether the design looks AI-generated.

What does the design critique report include?

The report contains an anti-patterns verdict, overall impression, what is working, three to five priority issues each with a fix and recommended command, minor observations, and open questions to consider.

Can I critique only part of my application?

Yes, the skill accepts an optional area argument so you can scope the critique to a single feature or page instead of the whole interface. Omitting it triggers a holistic review.

When should I not use a design critique skill?

It is not suited for functional bug testing, accessibility audits with automated tooling, or performance analysis. It evaluates design quality and user experience judgment, not code correctness or runtime behavior.