fix
Installation
SKILL.md
Fix Vale alerts
When to use this
The user asks to run Vale, fix its output, or make a lint job pass.
Do not trigger on prose edits alone. Editing a Markdown file is not a request to lint the repository, and an unasked-for wave of style changes buried in someone else's pull request is worse than the alerts.
Prerequisites
Check these before doing any work, and stop with a plain message if one fails:
vale --versionsucceeds. If not, use thesetupskill.- A config exists —
vale ls-configresolves without error. - The working tree is clean, or the user has said it is fine to branch from what is there.
- You know which files to process. Ask if the user did not say.