vale

Installation
SKILL.md

Vale Lint & Fix

Run Vale on files, then fix issues directly based on the lint output.

Workflow

  1. Run Vale with JSON output on the target file(s):
vale --output=JSON <file-or-glob>
  1. Parse the JSON output. Each issue has:
    • Line, Span (column range) — location
    • Check — rule name (e.g. Microsoft.Passive, write-good.Weasel)
    • Message — human-readable explanation
    • Severityerror, warning, or suggestion
    • Action.Name — suggested fix type (replace, remove, edit)
    • Action.Params — replacement candidates
Related skills
Installs
22
GitHub Stars
77
First Seen
Feb 23, 2026