95

/ 100

GradeA

A well-known project done right. Strong docs and solid engineering throughout.

Top 6% of 5,156 graded repos

A Git extension for tracking the AI-generated code in your repos

Rust2,152Apache-2.01mo ago

Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.

Top fixes

Highest-impact changes first, ranked by point weight

5 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    Reproducibility6pt

    Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.

  3. 3
    Reproducibility6pt

    Add `edition = "2021"` to [package] in Cargo.toml for the latest Rust language features.

  4. 4
    Contributing guide5pt

    Add setup instructions, code style notes, and how to run tests.

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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

99

Contributing guide5pt91

Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.

Add setup instructions, code style notes, and how to run tests.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

91

Tests18pt80

Test files detected (agent-support/intellij/src/test).

Reproducibility6pt90

Lockfile present (Cargo.lock). Installs are reproducible.

CI/CD14pt100

CI is configured (.github/workflows/lint-format.yml).

Linting and formatting5pt100

Linter or formatter configured (agent-support/vscode/eslint.config.mjs).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 346 / 1649
    Commits (30d / 90d)
  • 213
    Forks
  • 193
    Releaseslatest 1y ago

Community

  • 50% - Fair
    Community health
  • 2 bus factor
    authors own >50% of commits
  • 2,152
    Watchers

Responsiveness

  • 1d 10h
    Median issue response
  • <1h
    Median PR merge time
  • 158
    Open issues
Repository files32 root entries
  • .cargo
  • .github
    Good: CI is configured (.github/workflows/lint-format.yml).
    Good: Dependabot covers 5 ecosystems (cargo, npm, npm, gradle, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .vscode
  • agent-support
    Good: Code of conduct present.
    Good: Test files detected (agent-support/intellij/src/test).
    Good: Linter or formatter configured (agent-support/vscode/eslint.config.mjs).
  • assets
  • benches
  • docs
  • scripts
  • skills
  • specs
  • src
  • tests
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • AGENTS.md
  • ai
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
    Issue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.
    Good: Contributing guide includes setup/install instructions.
    Good: Contributing guide describes code style expectations.
    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.
  • data-privacy.md
  • flake.lock
  • flake.nix
  • install.ps1
  • install.sh
  • lefthook.yml
  • LICENSE
    Good: Licensed under Apache-2.0.
  • README-nix.md
    Good: 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
  • Taskfile.yml
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/git-ai-project/git-ai)](https://www.repo-grade.com/report/git-ai-project/git-ai)

More graded Rust repos