Good shape overall. A few tweaks would push it into the top tier.
A high-performance static analysis toolkit for Ruby
Documentation
76
README is present.
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README documents how to install the project.
Licensed under Other.
Engineering
76
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (rust/rubydex-mcp/tests).
CI is configured (.github/workflows/ci.yml).
Ruby linting configured (.rubocop.yml).
Lockfile present (Gemfile.lock). Installs are reproducible.
Project health
100
Dependency manifest found (Gemfile).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 13Forks
- 14Releaseslatest 1mo ago
Community
- —Community health
- —authors own >50% of commits
- 272Watchers
Responsiveness
- 13d 22hMedian issue response
- <1hMedian PR merge time
- 99Open issues
Repository files30 root entries
- .claude
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 3 ecosystems (bundler, cargo, github-actions). Dependencies stay current.
- .vscode
- bin
- docs
- exe
- ext
- lib
- rakelib
- rbi
- rustGood: Test files detected (rust/rubydex-mcp/tests).
- test
- utils
- .clang-format
- .clangd
- .gitignoreGood: .gitignore present.
- .mcp.json
- .rubocop.ymlGood: Ruby linting configured (.rubocop.yml).
- .ruby-versionGood: Environment pinned via .ruby-version.
- AGENTS.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- dev.yml
- GemfileGood: Dependency manifest found (Gemfile).
- Gemfile.lockGood: Lockfile present (Gemfile.lock). Installs are reproducible.
- LICENSE.txtGood: Licensed under Other.
- Rakefile
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- rubydex.gemspec