gsd-ui-review

Generate a UI-REVIEW.md scoring six pillars from frontend code.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-ui-review-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-ui-review
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-ui-review
Command: npx skills add https://github.com/rkz91/coco --skill gsd-ui-review-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit frontend implementations by performing a retroactive six-pillar visual review to surface design and implementation gaps.

Core Features & Use Cases

  • Produces a Phase-specific UI-REVIEW.md with a graded assessment (1-4 per pillar) for any frontend project.
  • Documents UI quality and consistency across six pillars to guide remediation and improvements.
  • Use Case: Run a phase 1 review on a new frontend build to quickly identify UI gaps.

Quick Start

Run the end-to-end UI review workflow for your frontend project to generate a UI-REVIEW.md.

Frequently Asked Questions about gsd-ui-review

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

FAQPage Schema
How do I perform a visual audit on my frontend code to find UI consistency issues?

A UI consistency check surfaces design and implementation gaps by performing a six-pillar visual review, producing a graded UI-REVIEW.md with 1-4 scores per pillar to guide remediation.

What is a six-pillar UI review and how does it work?

A six-pillar UI review evaluates frontend quality across six specific design dimensions, assigning a 1-4 score per pillar to document gaps and guide remediation efforts.

Can I run a design review on any existing frontend project?

Yes, the UI review is applicable to any frontend project. It executes a deterministic end-to-end workflow to audit your implementation and store the resulting UI-REVIEW.md in your project root.

How do I generate a UI-REVIEW.md file for my frontend build?

To generate a UI-REVIEW.md, run the end-to-end UI review workflow for your frontend project. It produces a Phase-specific graded assessment file in your project root to document quality.

Does this frontend testing approach require any external dependencies?

No, this UI review approach requires no external dependencies. It uses a deterministic script to audit your codebase and output the Phase-specific UI-REVIEW.md file directly in your project root.