0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
Local AI operations console for supervised agent work.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Issue and PR templates6pt
Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
- 2Contributing guide5pt
Show new contributors how to get a local dev environment running.
- 3Contributing guide5pt
Describe your linting/formatting rules and how to run them.
- 4Contributing guide5pt
Add code blocks showing example commands for setup, running tests, and submitting a PR.
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
96
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
88
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.
Test files detected (cmd/hecate/banner_test.go).
CI is configured (.github/workflows/maintenance.yml).
Formatting enforced (gofmt (built into Go toolchain)).
Lockfile present (go.sum). Installs are reproducible.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 1Forks
- 47Releaseslatest 3mo ago
Community
- -Community health
- -authors own >50% of commits
- 21Watchers
Responsiveness
- 7hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files33 root entries
- .githubGood: CI is configured (.github/workflows/maintenance.yml).Good: Dependabot covers 4 ecosystems (gomod, npm, npm, github-actions). Dependencies stay current.
- cmdGood: Test files detected (cmd/hecate/banner_test.go).
- docs
- docs-ai
- e2e
- examples
- internal
- just
- pkg
- scripts
- tauri
- ui
- website
- .dockerignore
- .env.example
- .gitignoreGood: .gitignore present.
- .goreleaser.yaml
- .lycheeignore
- .oxfmtrc.json
- .oxlintrc.json
- AGENTS.md
- CLAUDE.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.release
- embed.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- Justfile
- LICENSEGood: Licensed under MIT.
- README.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.
- SECURITY.mdGood: Security policy present.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/hecatehq/hecate)