Good community traction and solid fundamentals. Nearly in the top tier.

Automated mass refactoring of source code.

Documentation

65

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

Install and run instructions9pt45

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

README12pt78

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

67

Issue and PR templates6pt0

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.

CI/CD14pt57

CI is configured (.github/workflows/ci.yml).

Tests18pt80

Test files detected (rewrite-android/src/test).

Reproducibility6pt90

Lockfile present (.claude/skills/gstack/bun.lock). Installs are reproducible.

Linting and formatting5pt100

Java/Kotlin linting configured (rewrite-core/src/test/java/org/openrewrite/.editorconfig).

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (build.gradle.kts).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 530
    Forks
  • 484
    Releaseslatest 6y ago

Community

  • Community health
  • authors own >50% of commits
  • 3,561
    Watchers

Responsiveness

  • 2d 1h
    Median issue response
  • <1h
    Median PR merge time
  • 272
    Open issues
Repository files55 root entries
  • .claude
    Good: Lockfile present (.claude/skills/gstack/bun.lock). Installs are reproducible.
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 2 ecosystems (github-actions, gradle). Dependencies stay current.
  • .idea
    Issue: Build artifacts or local files may be committed (.idea/modules) (−40 pts).Fix: Remove them and add to .gitignore.
  • .moderne
  • .run
  • buildSrc
  • doc
  • gradle
  • rewrite-android
    Good: Test files detected (rewrite-android/src/test).
  • rewrite-benchmarks
  • rewrite-bom
  • rewrite-core
    Good: Java/Kotlin linting configured (rewrite-core/src/test/java/org/openrewrite/.editorconfig).
  • rewrite-csharp
  • rewrite-docker
  • rewrite-go
  • rewrite-gradle
  • rewrite-gradle-tooling-model
  • rewrite-groovy
  • rewrite-hcl
  • rewrite-java
  • rewrite-java-11
  • rewrite-java-17
  • rewrite-java-21
  • rewrite-java-25
  • rewrite-java-8
  • rewrite-java-lombok
  • rewrite-java-tck
  • rewrite-java-test
  • rewrite-javascript
  • rewrite-json
  • rewrite-kotlin
  • rewrite-maven
  • rewrite-properties
  • rewrite-protobuf
  • rewrite-python
  • rewrite-scala
  • rewrite-test
  • rewrite-toml
  • rewrite-xml
  • rewrite-yaml
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • build.gradle.kts
    Good: Dependency manifest found (build.gradle.kts).
  • CLAUDE.md
  • favicon.png
  • gradle.properties
  • gradlew
  • gradlew.bat
  • IDE.properties.tmp
  • LICENSE
    Good: Licensed under Apache-2.0.
  • lombok.config
  • README.md
    Good: README is present.
    Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.
    Good: README includes screenshots or visuals. Great for first impressions.
    Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Good: README documents how to run the project.
  • rewrite.yml
  • settings.gradle.kts
  • suppressions.xml