maintenance
Installation
SKILL.md
Maintenance Skill
Run linter autofix and code quality maintenance before validation.
Commands
Sequential autofix workflow:
claudelint check-all --fix >/dev/null 2>&1
ruff check --fix-only --unsafe-fixes . >/dev/null 2>&1
When to Use
- Before committing code
- After completing a feature or bug fix
- During code review preparation
- As part of pre-validation workflow