78
/ 100
Solid foundation. Invest in docs and CI to grow from here.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Add test_*.py files in a tests/ directory (set testpaths = ["tests"] in pyproject.toml).
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
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
- 44Releaseslatest 3y ago
Community
- 37% - WeakCommunity health
- 1 bus factorlowauthor own >50% of commits
- 61Watchers
Responsiveness
- 6d 10hMedian issue response
- 1d 6hMedian PR merge time
- 26Open 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.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/airbytehq/airbyte-api-python-sdk)