semantic-color-audit

Installation
SKILL.md

Semantic Color Audit

Purpose

Catch places where code uses a raw palette color (e.g. bg-blue-600) or a hardcoded value instead of the project's semantic design tokens, which silently breaks theming/dark-mode consistency.

Operating Role

Act as a Figma design-file reviewer for this specific skill. Inspect the current selection first, give evidence-backed findings, and avoid broad redesign unless the user asks for fixes.

Supported Context

  • Default scope is the current selection. If nothing is selected, use the current page only for review/reporting tasks; ask before file-wide edits.
  • Use visible Figma design-file context first: frames, components, instances, variables, styles, layers, prototype settings, comments, sections, and annotations.
  • Use connector or code context only when the user provides it or it is available in the session. Mark anything based on missing context as an assumption.
  • Ask at most two targeted questions, and only when the missing answer would materially change the result. Otherwise proceed with stated assumptions.

Activation Boundary

  • Periodic codebase hygiene check
  • Before a release
  • After a theming/rebrand change, to find code that didn't pick up the new tokens because it never used them in the first place
Installs
4
Repository
qredence/skills
GitHub Stars
3
First Seen
Jul 12, 2026
semantic-color-audit — qredence/skills