Getting some notice. Tests and CI would be the fastest wins.

Sample projects demonstrating use of scikit-build

Documentation

0

README12pt0

No README found in the repository.

Add a README.md describing what the project does, how to install it, and how to run it.

Install and run instructions9pt0

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

License6pt0

No license detected.

Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.

Contributing guide5pt0

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

Reproducibility6pt0

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.

Issue and PR templates6pt0

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.

Tests18pt80

Test files detected (projects/core-cython-hello/tests).

CI/CD14pt85

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

Linter or formatter configured (ruff.toml).

Project health

100

Dependency manifest6pt100

Dependency manifest found (projects/core-c-hello/pyproject.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 29
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 82
    Watchers

Responsiveness

  • 15d 16h
    Median issue response
  • 10d 16h
    Median PR merge time
  • 10
    Open issues
Repository files8 root entries
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • projects
    Good: Test files detected (projects/core-cython-hello/tests).
    Good: Dependency manifest found (projects/core-c-hello/pyproject.toml).
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • AGENTS.md
  • noxfile.py
  • requirements-test.txt
  • ruff.toml
    Good: Linter or formatter configured (ruff.toml).