| name | code-cleanup |
| description | Fix all code quality issues including black formatting, isort imports, flake8 linting, and mypy type checking. Use when preparing code for commit or improving code quality. |
| version | 1.0.0 |
| author | Migrated from awesome-claude-code-main |
| triggers | ["clean code","fix formatting","code cleanup","fix linting","clean up code"] |
| tools | ["run_shell_command","read_file","write_file"] |
Code Cleanup Skill
Instructions
This skill fixes all code quality issues in the codebase.
Capabilities
- Black Formatting: Fix Python code formatting
- Isort Imports: Sort imports correctly
- Flake8 Linting: Fix linting errors
- Mypy Type Checking: Fix type errors
Usage
Run on entire codebase:
/skills code-cleanup