review-design

Review Svelte components for design quality and UI/UX best practices.

230|29|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/fpindej/netrock --skill review-design-fpindej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-design
Source: https://github.com/fpindej/netrock/tree/main/.claude/skills/review-design
Command: npx skills add https://github.com/fpindej/netrock --skill review-design-fpindej

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the review of frontend components to ensure they meet design quality, UI/UX best practices, and project-specific standards, catching potential issues before they reach production.

Core Features & Use Cases

  • Component Design Review: Analyzes Svelte components against a comprehensive checklist for responsiveness, accessibility, theming, and more.
  • Consistency Enforcement: Verifies that new components align with existing patterns and design tokens.
  • Use Case: Before merging a new feature, use this Skill to automatically audit all new UI components for adherence to the project's design system, ensuring a polished and consistent user experience.

Quick Start

Use the review-design skill to check all Svelte components changed on the current branch against 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 quality and accessibility?

Review Svelte components for UI/UX quality by analyzing responsiveness, touch targets, logical CSS, theming, and accessibility against a comprehensive checklist and project design tokens. This automated review catches design inconsistencies and best practice violations before components reach production.

What is the best way to audit frontend design consistency before merging?

Auditing frontend design consistency before merging is best done by comparing git diff changes against master to identify new Svelte components, then checking them against existing patterns, design tokens, and UI/UX best practices to ensure a polished user experience.

Does this design review tool check accessibility and responsiveness?

Yes, this design review tool checks accessibility and responsiveness by analyzing Svelte components for touch target sizes, logical CSS properties, cross-browser compatibility, and adherence to project standards, ensuring components meet comprehensive UI/UX guidelines.

How do I enforce design token usage and theming in Svelte components?

Enforce design token usage and theming in Svelte components by reading design token references during the review process and verifying that new components align with existing project patterns, typography, and theming standards to maintain visual consistency.

Can I use this component audit for my existing Svelte project?

You can use this component audit for your existing Svelte project if you have design token references and a git workflow to compare branch changes against master, allowing the tool to evaluate new UI components against your specific project standards.

What limitations exist when reviewing cross-browser compatibility and dialogs?

Limitations when reviewing cross-browser compatibility and dialogs include relying solely on static analysis of Svelte components and design tokens, meaning the review cannot catch runtime visual bugs or dynamic interaction issues that only appear during actual browser rendering.