codeclimate-config
Installation
SKILL.md
codeclimate-config
Code Climate Quality has rebranded as Qlty (the docs.codeclimate.com URL now 301-redirects to docs.qlty.sh per the [Qlty docs]). This skill configures both:
- Legacy
.codeclimate.yml- still consumed by Code Climate Velocity SaaS + GitHub Code Climate App for teams that haven't migrated. - New
.qlty/qlty.toml- Qlty platform format with[[plugin]]/[[source]]sections.
When to use
- Teams adopting an "issues-on-PR" automated review tool.
- Adding duplication-mass / cyclomatic-complexity guards to CI without hand-rolling thresholds.
- Migrating off legacy Code Climate Quality to Qlty without losing config.