Ross ROSS = Recommend OSS · open-source software intelligence for agents

troessner/reek

Code smell detector for Ruby observed · 2026-08-28

github.com/troessner/reek · homepage · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6571
  • days_rel: n/a
  • days_push: 17
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4129 stars · 281 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

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

cli-tool · maturity active

linter parser developer-tools developer-tools testing programming-languages ruby cli cross-platform code-smells static-analysis ruby-gem code-quality refactoring

2 sources

Member repositories

RepositoryRoleHealth v2
troessner/reekmain76

For agents

markdown · JSON · MCP: product_card(name="troessner/reek")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem