0
/ 100
Popular for its size, but the engineering basics lag behind the interest.
The Stockfish testing framework
Documentation
55
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
README documents how to install the project.
README is present.
Contributing guide is detailed and thorough.
Engineering
69
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.
Lockfile present (uv.lock). Installs are reproducible.
CI is configured (.github/workflows/lint.yaml).
Test files detected (server/tests).
Linter or formatter configured (.editorconfig).
Project health
93
Dependency manifest found (pyproject.toml).
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)
- 155Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 340Watchers
Responsiveness
- 3hMedian issue response
- 14hMedian PR merge time
- 114Open issues
Repository files12 root entries
- .githubGood: CI is configured (.github/workflows/lint.yaml).
- docs
- serverGood: Test files detected (server/tests).
- worker
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- AUTHORS
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: README is present.Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown 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.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.