emcn-design-review

Analyze UI code for emcn design system compliance using custom scripts.

1|Updated Jun 11, 2025
One-click install
npx skills add https://github.com/AdelEddarai/agent --skill emcn-design-review-adeleddarai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: emcn-design-review
Source: https://github.com/AdelEddarai/agent/tree/main/.agents/skills/emcn-design-review
Command: npx skills add https://github.com/AdelEddarai/agent --skill emcn-design-review-adeleddarai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the review of UI code for compliance with the emcn design system, streamlining the process of maintaining consistency and quality.

Core Features & Use Cases

  • Automated Code Review: Checks UI code against emcn design system components, tokens, patterns, and conventions.
  • Scope Selection: Review can be scoped to specific files, commits, pull requests, or entire codebases.
  • Fix Proposals: Optionally apply fixes or propose them for review.
  • Use Case: For a company using the emcn design system, this Skill can help ensure that all UI components adhere to the established design standards.

Quick Start

Run the emcn-design-review skill with the scope set to your current changes by using the command: emcn-design-review scope="diff to main".

Frequently Asked Questions about emcn-design-review

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

FAQPage Schema
How do I automate UI code review for design system compliance?

Automating UI code review for design system compliance involves analyzing CSS variables, component imports, and usage patterns against established tokens and conventions. This process checks UI code against specific components, patterns, and conventions to ensure consistency across the codebase.

What is component compliance checking in UI code?

Component compliance checking in UI code is the automated analysis of component imports, CSS variables, and usage patterns to verify adherence to a specific design system. It ensures consistency across components and validates that design tokens are correctly applied.

Can I scope a UI code review to specific files or pull requests?

Yes, UI code review can be scoped to specific files, commits, pull requests, or entire codebases. You can run the analysis with the scope set to your current changes, such as using a diff to main, to limit the review to relevant updates.

How do I check CSS variables and component imports against design tokens?

Checking CSS variables and component imports against design tokens requires custom scripts that analyze usage patterns within the UI code. The process validates that imported components and applied variables match the established design system conventions.

Does the design system compliance review propose fixes for UI code?

Yes, the design system compliance review can optionally apply fixes or propose them for review. This streamlines the process of maintaining consistency and quality by suggesting corrections for non-compliant UI components and design token usage.