Getting noticed, but rough fundamentals could turn visitors away.
Documentation
65
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.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
This repository is large enough that GitHub truncated the file tree. The scan is based on a partial file list, so some checks may under-report.
Licensed under MIT.
Engineering
37
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No linter or formatter config found.
→ Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.
CI is configured (.github/workflows/e2e-semantic.yml).
Lockfile present (docs/Gemfile.lock). Installs are reproducible.
Issue or PR templates present.
Project health
53
No dependency manifest detected at root.
→ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.
No repository description set on GitHub (−60 pts).
→ Add a one-line description in the repo Settings → About. It appears in search results and social previews.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 31Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 285Watchers
Responsiveness
- 17d 16hMedian issue response
- —Median PR merge time
- 2Open issues
Repository files9 root entries
- .githubGood: CI is configured (.github/workflows/e2e-semantic.yml).Good: Issue or PR templates present.
- docsGood: Lockfile present (docs/Gemfile.lock). Installs are reproducible.
- .gitignoreGood: .gitignore present.
- AGENTS.md
- CLAUDE.md
- CONTENT-LICENSE.md
- LICENSEGood: Licensed under MIT.
- 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.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.