Getting some notice. Tests and CI would be the fastest wins.
Sample projects demonstrating use of scikit-build
Documentation
0
No README found in the repository.
→ Add a README.md describing what the project does, how to install it, and how to run it.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
Engineering
64
No dependency lockfile found (−70 pts).
→ Commit poetry.lock, uv.lock, pdm.lock, Pipfile.lock, conda-lock.yml, or another lockfile for your Python dependency manager.
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.
Test files detected (projects/core-cython-hello/tests).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (ruff.toml).
Project health
100
Dependency manifest found (projects/core-c-hello/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)
- 29Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 82Watchers
Responsiveness
- 15d 16hMedian issue response
- 10d 16hMedian PR merge time
- 10Open issues
Repository files8 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).
- projectsGood: Test files detected (projects/core-cython-hello/tests).Good: Dependency manifest found (projects/core-c-hello/pyproject.toml).
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- AGENTS.md
- noxfile.py
- requirements-test.txt
- ruff.tomlGood: Linter or formatter configured (ruff.toml).