APM

>Agent Skill

@microsoft/style-checker

skillcode-quality

Check code against the project's style guidelines and design system standards.

code-quality
apm::install
$apm install @microsoft/style-checker
apm::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