89
/ 100
A top-tier open source project. Docs, tests, and CI are all in excellent shape.
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
Top fixes
Highest-impact changes first, ranked by point weight
- 1README12pt
Show a quick-start snippet so contributors can see what using your project looks like.
- 2README12pt
Add CI/build status badges from shields.io or your CI provider to signal project health.
- 3Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 4Reproducibility6pt
If this crate also ships a binary, commit Cargo.lock. For pure library crates, omitting it is recommended per the Cargo guide.
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
85
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
87
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
No Cargo.lock committed (correct for Rust library crates; the ecosystem convention is to omit it for libraries).
Test files detected (crates/dbt-adapter/tests).
CI is configured (.github/workflows/test-repeater.yml).
Issue or PR templates present.
Project health
98
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 365 / 1493Commits (30d / 90d)
- 2,431Forks
- 327Releaseslatest 9y ago
Community
- 75% - GoodCommunity health
- 12 bus factorauthors own >50% of commits
- 13,085Watchers
Responsiveness
- 3d 21hMedian issue response
- 17hMedian PR merge time
- 1,487Open issues
Repository files18 root entries
- .cargo
- .changes
- .githubGood: CI is configured (.github/workflows/test-repeater.yml).Good: Environment pinned via .github/actions/latest-wrangler/Dockerfile.Good: Dependabot covers 5 ecosystems (pip, pip, docker, docker, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- assets
- certificates
- cratesGood: Test files detected (crates/dbt-adapter/tests).
- docs
- lib
- .changie.yaml
- .gitignoreGood: .gitignore present.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG-fusion.md
- CHANGELOG.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.
- LICENSEGood: Licensed under Apache-2.0.
- pyproject.toml
- 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.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.
- rust-toolchain.toml
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/dbt-labs/dbt-core)