lint-fix
Installation
SKILL.md
Fix violations of rule $0 on files matching $1.
Arguments
$0— Rule name (e.g.,use-semantic-token,no-core-import)$1— File or glob pattern (e.g.,static/app/components/,static/app/views/alerts/)
Step 1: Understand the Rule
Before fixing violations, know what the fix looks like. Load references/fix-patterns.md for per-rule fix details:
| Rule | Has autofix? | Fix reference |
|---|---|---|
no-core-import |
Yes | fix-patterns.md §no-core-import |
no-token-import |
No | fix-patterns.md §no-token-import |
use-semantic-token |
No | fix-patterns.md + token-taxonomy.md |
restrict-jsx-slot-children |
No | fix-patterns.md §restrict-jsx-slot-children |
For use-semantic-token violations, you MUST load references/token-taxonomy.md to know which token category to use for each CSS property.