ux-review

Validate UX design documents for accessibility compliance and GDD alignment.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill ux-review-rakhnianskii9
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ux-review
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/ux-review
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill ux-review-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates UX design documents to ensure completeness, accessibility compliance, and alignment with GDDs, serving as the quality gate before handoff to implementation.

Core Features & Use Cases

  • Quality gate between UX Design and Implementation in the production pipeline.
  • Accessibility and UX alignment checks against referenced GDDs and interaction patterns.
  • Handoff readiness assessment for design/UX and development teams.
  • Use Case: After finalizing a UX spec, run ux-review to surface gaps and assign owners for revision.

Quick Start

Run this skill after completing a UX spec and specify a specific file path or 'all' to validate multiple documents.

Frequently Asked Questions about ux-review

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

FAQPage Schema
How do I validate a UX spec for accessibility before implementation?▼

To validate a UX spec for accessibility, run a UX review to parse the document and cross-reference it with standards. This process checks completeness and outputs an APPROVED or NEEDS REVISION verdict with specific gaps.

What is a UX quality gate and when should I use it?▼

A UX quality gate is a validation checkpoint used before handoff to implementation. Use it after finalizing a UX spec or after major revisions to ensure alignment with accessibility standards and Game Design Documents.

How do I check if my UX design is ready for handoff to developers?▼

Check handoff readiness by running a UX review against your design documents. It assesses accessibility compliance and alignment with interaction patterns, assigning owners for any revision gaps found.

Can I validate multiple UX documents at the same time?▼

Yes, you can validate multiple UX documents simultaneously by specifying 'all' instead of a specific file path when running the validation skill against your completed UX specifications.

Does UX review work with Game Design Documents?▼

Yes, UX review works with Game Design Documents by cross-referencing your input UX specs against referenced GDDs to ensure strict alignment before the design moves into the production pipeline.