review-design

Review Svelte component styling, responsiveness, accessibility, and design token adherence.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Emmanuelkwaa/NetRockTemplate --skill review-design-emmanuelkwaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-design
Source: https://github.com/Emmanuelkwaa/NetRockTemplate/tree/main/.claude/skills/review-design
Command: npx skills add https://github.com/Emmanuelkwaa/NetRockTemplate --skill review-design-emmanuelkwaa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures frontend components adhere to established design principles, improving UI/UX quality, consistency, and accessibility across the application.

Core Features & Use Cases

  • Design Quality Review: Assesses component styling, responsiveness, and adherence to project standards.
  • UI/UX Best Practices: Checks for usability, touch target compliance, and logical CSS implementation.
  • Accessibility Audit: Verifies focus styles, ARIA attributes, and color contrast.
  • Use Case: A developer has just finished a new feature's UI components and wants to ensure they align with the project's design system before merging.

Quick Start

Review the design of all Svelte components changed in the current branch compared to master.

Frequently Asked Questions about review-design

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

FAQPage Schema
How do I review Svelte components for UI/UX standards and accessibility?

Review Svelte components for UI/UX standards and accessibility by analyzing component styling, responsiveness, focus styles, ARIA attributes, and color contrast against project design tokens. This ensures frontend components adhere to established design principles and improves overall usability.

What does a frontend design quality review check for in Svelte components?

A frontend design quality review checks Svelte components for styling consistency, responsiveness, usability, touch target compliance, and logical CSS implementation. It verifies adherence to established design tokens and project standards to maintain UI/UX quality across the application.

Can I run a design review on specific file paths or glob patterns?

Yes, you can run a design review on specific file paths or glob patterns by passing them as arguments. The review defaults to all changed files compared to the master branch if no specific paths or patterns are provided.

How do I audit accessibility in Svelte components before merging?

Audit accessibility in Svelte components before merging by verifying focus styles, validating ARIA attributes, and checking color contrast. This process ensures new feature UI components align with the project's design system and accessibility requirements prior to integration.

Does the design review verify adherence to design tokens?

Yes, the design review verifies adherence to design tokens. It analyzes Svelte components to ensure they correctly apply logical CSS and project-specific design tokens for consistent UI/UX standards across the entire application.

What is the best way to ensure logical CSS implementation in frontend components?

The best way to ensure logical CSS implementation is to review frontend components for UI/UX best practices, checking styling and responsiveness against project standards. This validates that components properly utilize logical CSS properties and adhere to design tokens.