Polished and well engineered. Punching above its star count.
Source code for TheNinja-RPG Core 4
Documentation
85
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.
A license file is present.
Engineering
90
Test files detected (app/src/libs/__tests__).
Lockfile present (app/bun.lock). Installs are reproducible.
CI is configured (.github/workflows/test_build.yml).
Linter or formatter configured (app/biome.json).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (app/package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 31Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 100Watchers
Responsiveness
- 24d 7hMedian issue response
- <1hMedian PR merge time
- 67Open issues
Repository files24 root entries
- .claude
- .devcontainerGood: Environment pinned via .devcontainer/docker-compose.yml.Issue: Build artifacts or local files may be committed (.devcontainer/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- .githubGood: CI is configured (.github/workflows/test_build.yml).Good: Issue or PR templates present.
- .husky
- .openhands
- .vscode
- appGood: Test files detected (app/src/libs/__tests__).Good: Linter or formatter configured (app/biome.json).Good: Lockfile present (app/bun.lock). Installs are reproducible.Good: Dependency manifest found (app/package.json).
- assetsGood: A license file is present.
- docs
- scripts
- soketi
- spacetimedb-towerdefense
- .cursorrules
- .eslintignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- .openhands_instructions
- biome.json
- CLAUDE.md
- CODEOWNERS
- 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.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- DEVELOPMENT.md
- Makefile
- 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.Good: README links to a live demo or deployed app.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.