75
/ 100
Popular and well-maintained. A little polish away from elite status.
A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
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
60
README is present.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide is detailed and thorough.
Licensed under Other.
Engineering
76
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
Test files detected (akka-actor-testkit-typed/src/test).
CI is configured (.github/workflows/build-test-prValidation.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (samples/akka-quickstart-java/build.gradle).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 4 / 20Commits (30d / 90d)
- 3,547Forks
- 84Releaseslatest 6y ago
Community
- 87% - GoodCommunity health
- 3 bus factorauthors own >50% of commits
- 13,273Watchers
Responsiveness
- 20d 4hMedian issue response
- 1d 23hMedian PR merge time
- 902Open issues
Repository files59 root entries
- .additional-certs
- .githubGood: CI is configured (.github/workflows/build-test-prValidation.yml).Good: Issue or PR templates present.
- akka-actor
- akka-actor-testkit-typedGood: Test files detected (akka-actor-testkit-typed/src/test).
- akka-actor-tests
- akka-actor-typed
- akka-actor-typed-tests
- akka-bench-jmh
- akka-cluster
- akka-cluster-metrics
- akka-cluster-sharding
- akka-cluster-sharding-typed
- akka-cluster-tools
- akka-cluster-typed
- akka-coordination
- akka-discovery
- akka-distributed-data
- akka-docs
- akka-multi-node-testkit
- akka-persistence
- akka-persistence-query
- akka-persistence-shared
- akka-persistence-tck
- akka-persistence-testkit
- akka-persistence-typed
- akka-persistence-typed-tests
- akka-pki
- akka-remote
- akka-remote-tests
- akka-serialization-jackson
- akka-slf4j
- akka-stream
- akka-stream-testkit
- akka-stream-tests
- akka-stream-tests-tck
- akka-stream-typed
- akka-testkit
- kubernetes
- native-image-tests
- plugins
- project
- samplesGood: Dependency manifest found (samples/akka-quickstart-java/build.gradle).
- scripts
- .algolia-search-index-config.json
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .fossa.yml
- .git-blame-ignore-revs
- .gitignoreGood: .gitignore present.
- .jvmopts-ci
- .sbt-java-formatter.conf
- .sbtopts
- .scala-steward.conf
- .scalafmt.conf
- build.sbt
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.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.
- COPYING.protobuf
- LICENSEGood: Licensed under Other.
- README.mdGood: README is present.Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run 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/akka/akka-core)