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 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.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
91
Test files detected (agent-support/intellij/src/test).
Lockfile present (Cargo.lock). Installs are reproducible.
CI is configured (.github/workflows/lint-format.yml).
Linter or formatter configured (agent-support/vscode/eslint.config.mjs).
Issue or PR templates present.
Project health
100
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
- 330 / 1633Commits (30d / 90d)
- 211Forks
- 190Releaseslatest 11mo ago
Community
- 50% - FairCommunity health
- —authors own >50% of commits
- 2,123Watchers
Responsiveness
- 1d 10hMedian issue response
- <1hMedian PR merge time
- 153Open issues
Repository files32 root entries
- .cargo
- .githubGood: 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-supportGood: 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
- .gitignoreGood: .gitignore present.
- .gitmodules
- AGENTS.md
- ai
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.mdIssue: 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
- LICENSEGood: Licensed under Apache-2.0.
- README-nix.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
- Taskfile.yml