styleseed-design-review

Reviews React, Tailwind, and HTML UI code against a 74-rule design rubric and returns a scored fix list.

Updated May 26, 2026
One-click install
npx skills add https://github.com/rmethodm/resumegen --skill styleseed-design-review-rmethodm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: styleseed-design-review
Source: https://github.com/rmethodm/resumegen/tree/main/.agents/skills/styleseed-design-review
Command: npx skills add https://github.com/rmethodm/resumegen --skill styleseed-design-review-rmethodm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic or unfinished because their parts disagree with each other: mixed corner radii, multiple accent colors, pure-black text, missing states, and robotic copy. This Skill diagnoses exactly why a UI looks "AI-generated" and tells you how to fix it. ## Core Features & Use Cases - Scored design review: Evaluates UI files across seven categories (coherence, color discipline, hierarchy, layout, states, UX writing, motion) and produces a 0-100 score with letter grades. - Prioritized fix list: Returns fixes ordered by score gain, each citing specific line numbers as evidence, so you know the fastest path to a polished interface. - Pre-ship quality gate: Use it right after generating UI to verify the score clears ~80 before showing results, catching rainbow status lists, emoji icons, and missing empty/loading states. - Use Case: After generating a React dashboard, run the review to discover it mixes sharp cards with pill buttons, uses #000 headings, and lacks an empty state — then apply the top three fixes to raise the score from 72 to ~90. ## Quick Start Review the design quality of src/Dashboard.tsx and give me a score with a prioritized fix list.

Frequently Asked Questions about styleseed-design-review

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

FAQPage Schema
How do I check if my AI-generated UI looks professional?▼

Run a design review that scores the UI across seven categories: coherence, color discipline, hierarchy, layout, states, UX writing, and motion. The review returns a 0-100 score with line-cited violations and a fix list ordered by score gain.

How to fix a React or Tailwind interface that looks AI-generated?▼

The most common fixes are unifying corner radii, collapsing to one accent color, replacing pure-black text with a softer near-black, adding empty and loading states, and renaming vague buttons like "Submit" to action-specific labels. Apply fixes in order of score gain.

What design issues make UI look generic or unfinished?▼

The top tells are mixed corner radii, multiple accent colors, emoji used as icons, pure-black text, missing empty/loading/error states, and status colors applied to every row instead of only items needing attention. Each is a coherence or hierarchy violation.

Does the design review edit my code automatically?▼

No. The review only measures and recommends; it never edits or deletes files without being asked. You apply the prioritized fix list yourself, then re-run the review to confirm the score improved.

Can I review an entire directory of UI files at once?▼

Yes. For a directory, the review produces a one-line score per file, then a full category breakdown for the lowest-scoring file. This helps you find the weakest interface in a larger codebase quickly.

What score should a UI reach before shipping?▼

The recommended quality gate is around 80 out of 100, which corresponds to a B grade. Scores of 90+ earn an A, while anything below 60 is an F. Clear 80 and ship rather than chasing a perfect 100.