typo-checker
Installation
SKILL.md
Typo Checker
Scan the codebase with typos-cli, classify findings, fix real typos, and maintain _typos.toml so false positives don't recur.
Prerequisites
typos-cli must be installed. If not available, install via one of:
| Method | Command |
|---|---|
| cargo | cargo install typos-cli |
| brew | brew install typos-cli |
| pipx | pipx install typos |
| Binary | Download from https://github.com/crate-ci/typos/releases |