Python Code Quality Skill
CommunityAutomate Python code quality with linting and typing.
Authorjwplatta
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps Python developers enforce code quality by automating linting, formatting, and type checking, reducing code smells and runtime errors.
Core Features & Use Cases
- Linting with Ruff: detect style violations, potential bugs, and enforce PEP 8.
- Code Formatting: auto-format code and organize imports for consistency.
- Type Checking with Mypy: ensure type hints are correct and safe across the codebase.
- Use Case: integrate into CI or pre-commit to ensure every commit meets quality standards.
Quick Start
Install the required tools and run checks locally:
- Install dependencies: pip install ruff mypy
- Lint: ruff check .
- Auto-fix: ruff check --fix .
- Format: ruff format .
- Type check: mypy src
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Python Code Quality Skill Download link: https://github.com/jwplatta/agent-cubicle/archive/main.zip#python-code-quality-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.