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

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

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

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

  • Commits (30d / 90d)
  • 207
    Forks
  • 186
    Releaseslatest 11mo ago

Community

  • Community health
  • authors own >50% of commits
  • 2,110
    Watchers

Responsiveness

  • 1d 10h
    Median issue response
  • <1h
    Median PR merge time
  • 149
    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