---
name: Lint Python
slug: lint-python
category: Quality
description: Lint Python runs Ruff on Python files in the current checkout and reports findings. Use it when you want to catch style and code issues in Python code.
github: "https://github.com/agentforce314/clawcodex/tree/main/tests/fixtures/skills/lint-py"
language: TypeScript
stars: 862
forks: 154
install: "npx degit https://github.com/agentforce314/clawcodex/tree/main/tests/fixtures/skills/lint-py ~/.claude/skills/lint-py"
installs_to: ~/.claude/skills/lint-py
source_path: tests/fixtures/skills/lint-py/SKILL.md
collection_size: 3
category_size: 1354
collection_url: "https://dirskills.com/collections/agentforce314/clawcodex"
added: 2026-08-22T05:21:38.824Z
last_synced: 2026-08-22T05:21:38.824Z
canonical_url: "https://dirskills.com/skills/lint-python"
---

# Lint Python

Lint Python runs Ruff on Python files in the current checkout and reports findings. Use it when you want to catch style and code issues in Python code.

**Install:**

```bash
npx degit https://github.com/agentforce314/clawcodex/tree/main/tests/fixtures/skills/lint-py ~/.claude/skills/lint-py
```

## README

# Lint Python

Lint the Python files in this checkout and report findings.

Working directory: !`pwd`

Run ruff and report findings.
