review-design

Audit a component's CSS properties and resolved design tokens against its Figma source via MCP server.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/niallr12/ticket-implementer --skill review-design-niallr12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-design
Source: https://github.com/niallr12/ticket-implementer/tree/main/.agents/skills/review-design
Command: npx skills add https://github.com/niallr12/ticket-implementer --skill review-design-niallr12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams verify that implemented UI components faithfully reproduce their Figma design references by comparing code components against design specs, surfacing visual discrepancies in colors, spacing, typography, margins, and layout.

Core Features & Use Cases

  • Retrieve design context from a Figma MCP server and read the component's source to map design tokens to CSS properties.
  • Generate a structured audit across colors, spacing, typography, borders, and layout for individual components or component trees.
  • Support variant or multi-state checks when design frames exist, and report token-based resolutions to guide styling improvements.

Quick Start

Provide a Figma node ID and the path to the component code to begin a design-review pass.

Frequently Asked Questions about review-design

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

FAQPage Schema
How do I audit UI components against Figma designs for pixel-perfect fidelity?

To audit UI components against Figma designs, provide a Figma node ID and component file path. The Skill retrieves design context via a Figma MCP server and produces a structured CSS properties audit covering colors, spacing, typography, borders, and layout with resolved design tokens.

How does a Figma MCP server compare design tokens to CSS properties?

A Figma MCP server retrieves design context including colors, spacing, and typography, then maps those design tokens directly to CSS properties. This mechanism generates a structured audit that highlights visual discrepancies between the Figma design and the implemented component code.

Can I check multiple component variants and states against Figma design frames?

Yes, you can check multiple component variants and states when corresponding design frames exist in Figma. The Skill supports multi-state checks across component trees, reporting token-based resolutions to guide styling improvements for each variant.

What do I need to start a design review pass for visual discrepancies?

To start a design review pass, you need a Figma node ID and the file path to your component code. You also need a connected Figma MCP server to retrieve the design context required for mapping design tokens to CSS properties.

What is the best way to surface visual discrepancies in spacing and typography?

The best way to surface visual discrepancies in spacing and typography is to run a structured audit that maps Figma design tokens to CSS properties. This generates a detailed report comparing colors, spacing, typography, borders, and layout against the original design.

Does this design review process work for individual components and component trees?

Yes, the design review process works for both individual components and component trees. It retrieves design context via the Figma MCP server and audits visual implementation across the specified component structure, covering colors, spacing, typography, borders, and layout.