figma-spec-review

Reviews Figma spec pages against format, terminology, description, and structure rules.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dadafinger/dadafinger-skills --skill figma-spec-review-dadafinger
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: figma-spec-review
Source: https://github.com/dadafinger/dadafinger-skills/tree/main/proprium/cursor/skills/figma-spec-review
Command: npx skills add https://github.com/dadafinger/dadafinger-skills --skill figma-spec-review-dadafinger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually checking Figma detailed specification pages for formatting compliance, terminology consistency, and structural integrity is slow and error-prone. This Skill automates read-only inspection of Figma nodes against four defined criteria and produces a structured PASS/WARN/FAIL report. ## Core Features & Use Cases - Four-Criteria Inspection: Checks each Figma node for format compliance, terminology consistency, Description standard adherence, and node structure integrity. - Structured Verdict Reports: Outputs each violation as PASS/WARN/FAIL with the Source-of-Truth rule cited as evidence. - Read-Only Safety: Never writes to Figma (use_figma is forbidden); actual fixes are delegated to the figma-change-flow skill. - Use Case: A designer finishes a spec page for Okestro CONTRABASS 4.0 and asks for a review. The Skill inspects the node, flags a terminology mismatch and a missing Description section, and reports both as WARN with rule references. ## Quick Start Review this Figma node for spec format compliance and report any violations with PASS, WARN, or FAIL verdicts.

Frequently Asked Questions about figma-spec-review

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

FAQPage Schema
How do I review a Figma spec page for format compliance?▼

Provide the Figma node or node list to the review skill, which inspects it against four criteria: format compliance, terminology consistency, Description standard, and node structure integrity. Each violation is reported as PASS, WARN, or FAIL with the governing rule cited.

Can this skill modify or fix Figma nodes directly?▼

No, the review is strictly read-only and the use_figma write operation is forbidden. Violations are only reported; actual corrections are handled by the separate figma-change-flow skill.

What criteria are checked during a Figma spec review?▼

Four criteria are evaluated: format compliance, terminology consistency, Description standard adherence, and node structure integrity. Each finding is judged against Source-of-Truth rules and assigned a PASS, WARN, or FAIL verdict.

Can I run Figma spec reviews on multiple nodes at once?▼

Yes, the review operates independently per node, so multiple nodes can be processed through a loop or workflow. Each node receives its own structured report with individual verdicts.

What are the limitations of automated Figma spec review?▼

The review only detects and reports violations; it cannot apply fixes, and judgments are bounded by the defined Source-of-Truth rules. Visual or experiential design quality beyond the four criteria is outside its scope.