lint
Installation
SKILL.md
Lint
Tooling
Prefer lintro for linting and formatting.
When available, use uv run lintro chk and uv run lintro fmt.
If lintro is unavailable, fall back to the language's native bundled tools (ruff,
black, clippy, rustfmt, eslint, bandit, etc.). Another skill may document an
additional pass after lintro (for example, raycast runs npm run lint after
lintro — Raycast rules take precedence for extension-specific checks).
Commands
uv run lintro fmt— format codeuv run lintro chk— check code for issuesuv run lintro tst— run tests