Solid foundation. Invest in docs and CI to grow from here.
Documentation
95
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
65
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/test-full.yml).
Pytest is configured in pyproject.toml ([tool.pytest.ini_options]).
Lockfile present (uv.lock). Installs are reproducible.
Linter or formatter configured ([tool.mypy] in pyproject.toml).
Project health
84
No repository description set on GitHub (−60 pts).
→ Add a one-line description in the repo Settings → About. It appears in search results and social previews.
Dependency manifest found (pyproject.toml).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 27Forks
- 40Releaseslatest 3y ago
Community
- —Community health
- —authors own >50% of commits
- 61Watchers
Responsiveness
- 6d 10hMedian issue response
- 1d 6hMedian PR merge time
- 27Open issues
Repository files24 root entries
- .githubGood: CI is configured (.github/workflows/test-full.yml).Good: Dependabot covers 3 ecosystems (docker-compose, github-actions, uv). Dependencies stay current.
- .speakeasy
- .vscode
- docsGood: Security policy present.
- overlays
- scripts
- src
- .genignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- AGENTS.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- files.gen
- gen.yaml
- LICENSE.mdGood: Licensed under MIT.
- poe_tasks.toml
- poetry.toml
- py.typed
- pylintrc
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README-PYPI.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.md
- USAGE.md
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.