0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
87
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under GPL-3.0.
Engineering
58
No Java/Kotlin linter configured.
→ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
CI is configured (.github/workflows/verify-build.yml).
Test files detected (bukkit/src/test).
Issue or PR templates present.
Project health
100
Dependency manifest found (build.gradle.kts).
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)
- 78Forks
- 62Releaseslatest 4y ago
Community
- -Community health
- -authors own >50% of commits
- 230Watchers
Responsiveness
- 8hMedian issue response
- 2d 4hMedian PR merge time
- 42Open issues
Repository files22 root entries
- .githubGood: CI is configured (.github/workflows/verify-build.yml).Good: Issue or PR templates present.
- buildSrc
- bukkitGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Test files detected (bukkit/src/test).
- forge
- gradle
- jsons
- patches
- src
- .gitignoreGood: .gitignore present.
- build.gradle.bak
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- eclipse-workspace-dev.zip
- gradle.properties
- gradlew
- gradlew.bat
- icon.png
- java9args.txt
- jitpack.yml
- LICENSEGood: Licensed under GPL-3.0.
- logo.png
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.Good: README documents how to install the project.Good: README documents how to run the project.
- settings.gradle
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/cruciblemc/crucible)