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 code
  • uv run lintro chk — check code for issues
  • uv run lintro tst — run tests

Rules

Installs
33
First Seen
May 12, 2026
lint — lgtm-hq/ai-skills