What problem does it solve?
Inconsistent code style, hidden bugs, and code smells can degrade codebase quality and slow down development. This Skill automatically enforces coding standards and best practices, reducing technical debt and improving maintainability, so you can focus on building features, not fixing formatting.
Core Features & Use Cases
- Multi-Language Linting: Supports Python (ruff/pylint), JavaScript (eslint), Go (golangci-lint), Ruby (rubocop), and Java (Checkstyle/PMD).
- Style & Quality Checks: Identifies style violations, code complexity, potential bugs, and anti-patterns.
- Structured Reports: Provides clear reports with file, line, column, severity, rule, and message for easy remediation.
- Use Case: Integrate this Skill into your CI/CD pipeline or trigger it during code reviews. It will automatically flag any code that doesn't meet project standards, allowing developers to fix issues before they merge, saving review time and preventing regressions.
Quick Start
To run a lint check on the current codebase:
bash .claude/skills/lint-check/lint.sh