What problem does it solve?
This Skill eliminates the slow, inconsistent, and error-prone nature of manual code review for Clojure, preventing technical debt and ensuring higher code quality.
Core Features & Use Cases
- Automated Code Linting: Catches syntax errors, common mistakes, and enforces best practices across your Clojure codebase.
- Custom Hooks: Define domain-specific linting rules to enforce unique project requirements and team conventions.
- IDE & CI/CD Integration: Get real-time feedback in your editor and automate quality checks directly within your continuous integration pipeline.
- Use Case: Automatically scan your entire Clojure codebase to identify unused bindings, unresolved symbols, and enforce team-specific naming conventions, ensuring consistent code quality across all pull requests.
Quick Start
Use the clj-kondo skill to lint all Clojure files in the 'src' and 'test' directories of my project.