audit-design-system
Installation
SKILL.md
Audit Design System
Review a Figma node for evidence that the design is not properly integrated with the design system.
This skill is read-only. When the user wants a write action afterward, downstream skills should use use_figma through a figma-use-style helper when the host environment requires one.
Output Format Selection
- Explicit user request wins:
- If the user asks for
--jsonor JSON, output raw JSON (no markdown fences, no prose). - If the user asks for
--markdown, markdown, or a specific human-readable format, output the human-readable markdown report.
- If the user asks for
- Codex Desktop app: Output raw JSON by default.
- Codex CLI and other chat-style environments: Output the human-readable markdown report by default.
- Machine-consumed review surfaces: Output raw JSON by default.
- Ambiguous environment: If the environment is unclear, output markdown by default.
Workflow
- Parse the Figma input.
Related skills