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

whitesmith/rubycritic

A Ruby code quality reporter observed · 2026-08-28

github.com/whitesmith/rubycritic · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 89
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4711
  • days_rel: n/a
  • days_push: 70
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3499 stars · 236 forks observed · 2026-08-28

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

RubyCritic is a Ruby gem that wraps static analysis tools like Reek, Flay, and Flog to generate a quality report of Ruby code. It provides an HTML overview of code smells, complexity metrics, and can compare uncommitted changes against the last commit.

Use cases

  • generate a code quality report for my ruby project
  • find code smells in my ruby codebase
  • check complexity of ruby methods before merging
  • compare uncommitted ruby changes against last commit for quality regressions
  • integrate static analysis into a rake task or CI pipeline
  • visualize which ruby files have the most smells

When to choose

  • you maintain a Ruby codebase and want aggregated static analysis with an HTML report
  • you want to track code quality trends using Git, Mercurial, or Perforce diffs
  • you want a unified view over Reek, Flay, and Flog output

When to avoid

  • you need static analysis for languages other than Ruby
  • you need runtime profiling or dynamic analysis rather than static analysis
  • you need auto-fixing of code smells rather than reporting

Facets

library · maturity active

linter developer-tools code-review developer-tools testing programming-languages ruby cli static-analysis code-quality ruby-gem code-smells metrics

1 source

Member repositories

RepositoryRoleHealth v2
whitesmith/rubycriticmain72

For agents

markdown · JSON · MCP: product_card(name="whitesmith/rubycritic")

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