figma_validate_ds_compliance
Validate design system compliance in Figma by scanning artboard nodes for violations like raw fills, text styles, spacing, and fixed sizing. Returns a compliance report to ensure DS-only rules after each build.
Instructions
Post-build DS compliance validation. Walks all nodes under an artboard and flags violations: raw fills (no bound DS variable), raw text styles (no textStyleId), raw spacing (no bound variable), fixed sizing on non-artboard frames. Returns a compliance report with violation details. Call after every build (Phase 4 QA) to verify DS-only rule compliance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Root node ID to validate (typically the artboard). |