0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
A lightweight, secure, cloud-native ACP harness that bridges Discord and any ACP-compatible coding CLI.
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 2CI/CD14pt
Add `pull_request:` to the workflow `on:` triggers.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
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 documents how to install the project.
README is present.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
71
No Rust linting or formatting enforced.
→ Add `cargo clippy -- -D warnings` and `cargo fmt --check` as CI steps, and optionally a rustfmt.toml for project-specific style rules.
CI is configured (.github/workflows/build-binaries.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (charts/openab/tests).
Issue or PR templates present.
Project health
89
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
- -Commits (30d / 90d)
- 157Forks
- 153Releaseslatest 4mo ago
Community
- -Community health
- -authors own >50% of commits
- 611Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 29Open issues
Repository files42 root entries
- .githubGood: CI is configured (.github/workflows/build-binaries.yml).Good: Issue or PR templates present.
- agentcore
- agy-acp
- chartsGood: Test files detected (charts/openab/tests).
- crates
- docs
- gateway
- images
- k8s
- openab-agent
- openab-auth-proxy
- openshell
- operator
- src
- .gitignoreGood: .gitignore present.
- AGENTS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- config.toml.example
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DESIGN.md
- docker-bake.hcl
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.agentcore
- Dockerfile.antigravity
- Dockerfile.builder
- Dockerfile.claude
- Dockerfile.codex
- Dockerfile.copilot
- Dockerfile.cursor
- Dockerfile.gateway
- Dockerfile.gemini
- Dockerfile.grok
- Dockerfile.hermes
- Dockerfile.mimocode
- Dockerfile.native
- Dockerfile.opencode
- Dockerfile.pi
- Dockerfile.unified
- 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- RELEASING.md
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/openabdev/openab)