lint-fix

star 0

Run all linters and formatters to fix code issues. Use when the user asks to lint, format, or fix style issues.

Fkinds By Fkinds schedule Updated 2/22/2026

name: lint-fix description: Run all linters and formatters to fix code issues. Use when the user asks to lint, format, or fix style issues. disable-model-invocation: true

Run all linting and formatting tools in order. Always use uv run.

1. Ruff lint (auto-fix)

uv run ruff check src tests --fix

2. Ruff format

uv run ruff format src tests

3. MyPy type check (strict)

uv run mypy src

4. Fixit custom lint rules

uv run fixit lint src tests

Verify (no auto-fix, for CI)

uv run ruff check src tests && uv run ruff format --check src tests && uv run mypy src && uv run fixit lint src tests
Install via CLI
npx skills add https://github.com/Fkinds/python_template --skill lint-fix
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator