# troessner/reek

Code smell detector for Ruby

Repository: https://github.com/troessner/reek
Canonical: https://ross.abutalabs.com/products/reek
Homepage: https://github.com/troessner/reek
Language: Ruby
License: MIT
License Family: permissive
Topics: smell, ruby, smell-warnings, smell-detector, static-analysis, linters, quality, parsing
Last push: 2026-08-16T10:14:33+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 6571, "days_push": 17, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4129, forks 281 (observed 2026-08-28T04:08:36.064677+00:00)

## What it is
Reek is a code smell detector for Ruby that examines classes, modules, and methods and reports code smells like uncommunicative names, long methods, and feature envy. It is distributed as a Ruby gem with a CLI, configurable via YAML, and supports editor and CI integrations.

## Use cases
- detect code smells in ruby code
- find uncommunicative variable and method names
- lint ruby project for design issues
- enforce code quality in ruby CI pipeline
- identify long methods and feature envy
- generate a todo list of existing smells before refactoring

## When to choose
- you maintain a Ruby or Rails codebase and want automated design-quality feedback
- you want a configurable smell detector with todo-list support for legacy code
- you need editor or CI integration for Ruby static analysis

## When to avoid
- you need linting for languages other than Ruby
- you only want style/formatting checks rather than design smells (use RuboCop's formatter instead)
- you need type checking or runtime analysis

## Facets
- artifact type: cli-tool
- maturity: active
- function: linter, parser, developer-tools
- domain: developer-tools, testing, programming-languages
- platform: ruby, cli, cross-platform
- tags: code-smells, static-analysis, ruby-gem, code-quality, refactoring

## Member repositories
- troessner/reek (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:36.064677+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:03.769492+00:00, confidence not recorded.
  - readme: https://github.com/troessner/reek (fetched 2026-08-28T04:08:36.064677+00:00, sha 1af20b392943)
  - homepage: https://github.com/troessner/reek (fetched 2026-08-29T09:14:10.499871+00:00, sha 6251b5455528)
- Data as of 2026-08-30T08:39:29.467469+00:00.
