review-tokens-pr
Installation
SKILL.md
Review a pharos-tokens PR
Checklist ordered by priority. If any of the first five items fail, the PR does not merge without correction.
1. DTCG format
- Every token has
$value,$type,$description. -
$typematches the value (e.g.colorfor OKLCH strings,dimensionforrem/px,durationforms). - The DTCG
.tokens.jsonfiles parse without errors (valid JSON).
2. Naming
- Token path follows the existing hierarchy (
color.{neutral,primary,semantic.*,base},spacing.*,radius.*,font.*,shadow.*,z.*,duration.*,easing.*). - Numeric scale for colors (50..900 or 50..950) or clear semantic (fg/bg/on).
- The CSS var output is prefixed with
--pharos-*(automatically validated by the CSS output test).