A well-known project done right. Strong docs and solid engineering throughout.
CSI driver for Ceph
Documentation
75
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
CONTRIBUTING guide found.
README is present.
Licensed under Apache-2.0.
Engineering
88
CI is configured (.github/workflows/build-multi-stage.yaml).
Test files detected (api/deploy/kubernetes/cephfs/csi-config-map_test.go).
Formatting enforced (api/vendor/github.com/fxamacker/cbor/v2/.golangci.yml).
Lockfile present (go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
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)
- 606Forks
- 49Releaseslatest 5y ago
Community
- —Community health
- —authors own >50% of commits
- 1,547Watchers
Responsiveness
- 3hMedian issue response
- <1hMedian PR merge time
- 130Open issues
Repository files31 root entries
- .githubGood: CI is configured (.github/workflows/build-multi-stage.yaml).Good: Dependabot covers 5 ecosystems (gomod, gomod, gomod, gomod, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- actionsGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Environment pinned via actions/retest/Dockerfile.
- apiGood: Code of conduct present.Good: Test files detected (api/deploy/kubernetes/cephfs/csi-config-map_test.go).Good: Formatting enforced (api/vendor/github.com/fxamacker/cbor/v2/.golangci.yml).Good: Security policy present.
- assets
- charts
- cmd
- deploy
- docs
- e2e
- examples
- internal
- pkg
- scripts
- tools
- troubleshooting
- vendor
- .commitlintrc.yml
- .gitignoreGood: .gitignore present.
- .mergify.yml
- .pre-commit-config.yaml
- AGENTS.md
- build.env
- deploy.sh
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under Apache-2.0.
- lychee.toml
- Makefile
- PendingReleaseNotes.md
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.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.
- v3