Automatically resolves formatting and linting errors across Python and JavaScript/TypeScript codebases using industry-standard tools.
Quality Auto-Fix is a specialized Claude Code skill designed to streamline codebase maintenance by automatically resolving fixable quality issues. It integrates powerful tools like Ruff for Python and Biome for JavaScript/TypeScript to handle formatting and linting violations in a single operation. By chaining these actions and following up with a verification check, the skill ensures that your code remains clean, consistent, and compliant with project standards while identifying any complex issues that require manual developer intervention.
主要功能
01Post-fix verification using the /quality command
020 GitHub stars
03Automated Python formatting and linting via Ruff
04Intelligent reporting of resolved vs. manual issues
05Fast JS/TS code cleanup using Biome
06Multi-language support for polyglot repositories
使用场景
01Standardizing code style across teams using automated formatting tools
02Cleaning up a codebase or large pull request before final submission
03Resolving failed quality gate checks instantly during active development