style-checker
skill✓Check code against the project's style guidelines and design system standards.
apm::install
apm install @microsoft/style-checkerapm::skill.md
# Style Checker
Check code against the project's style guidelines and design system standards.
## When to Use
Use this skill when:
- Reviewing pull requests for style compliance
- Validating new components against the design system
- Checking CSS/styling code for consistency
## What It Does
- Validates color values against the design token palette
- Checks spacing values against the spacing scale
- Ensures typography follows the defined type scale
- Flags inconsistent naming conventions in CSS classes