vale
Installation
SKILL.md
Vale Lint & Fix
Run Vale on files, then fix issues directly based on the lint output.
Workflow
- Run Vale with JSON output on the target file(s):
vale --output=JSON <file-or-glob>
- Parse the JSON output. Each issue has:
Line,Span(column range) — locationCheck— rule name (e.g.Microsoft.Passive,write-good.Weasel)Message— human-readable explanationSeverity—error,warning, orsuggestionAction.Name— suggested fix type (replace,remove,edit)Action.Params— replacement candidates