0
/ 100
Good community traction and solid fundamentals. Nearly in the top tier.
Claude / Codex / Gemini API Proxy - CCX
Documentation
96
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
68
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.
CI is configured (.github/workflows/check-bindings.yml).
Test files detected (backend-go/cli_options_test.go).
Linter or formatter configured (.prettierrc).
Lockfile present (package-lock.json). Installs are reproducible.
Project health
100
Dependency manifest found (backend-go/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)
- 289Forks
- 100Releaseslatest 4mo ago
Community
- -Community health
- -authors own >50% of commits
- 3,749Watchers
Responsiveness
- 9hMedian issue response
- 7hMedian PR merge time
- 15Open issues
Repository files32 root entries
- .agents
- .claude
- .githubGood: CI is configured (.github/workflows/check-bindings.yml).Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.
- .serena
- backend-goGood: Test files detected (backend-go/cli_options_test.go).Good: Dependency manifest found (backend-go/go.mod).
- desktop
- 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.
- frontend
- guide
- packaging
- scripts
- shared
- .claudeignore
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- docker-compose.watchtower.yml
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile_China
- HOMEBREW.md
- LICENSEGood: Licensed under MIT.
- Makefile
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- README.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.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.zh-CN.md
- TODO.md
- VERSION