clj-commons/kibit
There's a function for that! observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5295
- days_rel: n/a
- days_push: 834
- n_releases_24m: 0
Adoption not part of the score
1755 stars · 128 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kibit is a static code analyzer for Clojure, ClojureScript, and related variants that uses core.logic to find code patterns that could be rewritten more idiomatically. It is distributed primarily as a Leiningen plugin and suggests replacements like using `when` instead of an `if` with a nil else branch.
Use cases
- suggest idiomatic Clojure rewrites in my codebase
- lint Clojure projects for non-idiomatic code patterns
- run static analysis as part of a CI build for Clojure
- find places where I should use when instead of if
- analyze ClojureScript source files for improvements
When to choose
- you maintain an existing Clojure codebase already using kibit or lein-kibit
- you want logic-based idiomatic rewrite suggestions for Clojure code
When to avoid
- starting a new project - the maintainers recommend Splint, clj-kondo, or Eastwood instead
- you need fast analysis or configurable rules, since kibit's core.logic engine is slow and in maintenance mode
Facets
library · maturity maintenance
linter developer-tools developer-tools programming-languages jvm cli cross-platform clojure static-code-analysis code-suggestions leiningen-plugin core-logic code-quality
1 source
- readme: https://github.com/clj-commons/kibit · fetched 2026-08-28 · 175d97ee5030
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| clj-commons/kibit | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="clj-commons/kibit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem