A well-known project done right. Strong docs and solid engineering throughout.
A log viewer for Kubernetes troubleshooting
Outstanding. A score of 96/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
89
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
98
Lockfile present (go.sum). Installs are reproducible.
Test files detected (pkg/api/googlecloud/calloptioninjector_test.go).
CI is configured (.github/workflows/pullrequest.yaml).
Formatting enforced (.golangci.yaml).
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)
- 92Forks
- 51Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 2,067Watchers
Responsiveness
- 23hMedian issue response
- 2hMedian PR merge time
- 30Open issues
Repository files37 root entries
- .agents
- .cloudbuild
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: CI is configured (.github/workflows/pullrequest.yaml).Good: Issue or PR templates present.
- .vscode
- cmd
- data
- docsGood: 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.
- internal
- pkgGood: Test files detected (pkg/api/googlecloud/calloptioninjector_test.go).
- proto
- scripts
- test
- web
- .dockerignore
- .generated-golangci-depguard.yaml
- .gitattributes
- .gitignoreGood: .gitignore present.
- .golangci.yamlGood: Formatting enforced (.golangci.yaml).
- .markdownlint-cli2.yaml
- .node-version
- .prettierignore
- .root
- buf.gen.yaml
- buf.yaml
- Dockerfile
- GEMINI.md
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under Apache-2.0.
- Makefile
- package-lock.json
- package.json
- README.ja.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- SECURITY.mdGood: Security policy present.
- VERSION