Typos Spell Check with LLM Review
Use this skill when the user wants to scan files for spelling errors with the
typos CLI and confirm corrections via LLM before applying changes.
Workflow
- •Run
./typos-skill.sh --export-review review.jsonl [path...]to generate a review file plus a human-readable summary. - •Read file context at the reported path and line; update each JSON line:
- •
status:ACCEPT CORRECT,FALSE POSITIVE, orCUSTOM - •
correction: required when status isCUSTOM
- •
- •Apply approved changes with
./typos-skill.sh --apply-review review.jsonl. - •Optional: use
--diffto preview or--apply-allto skip review.
Dependencies
- •
typos(cargo install typos-cli) - •
python3
Notes
- •Script:
typos-skill.sh - •Apply helper:
scripts/apply-review.py - •Smoke test:
scripts/smoke-typos-skill.sh