0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Main repository for developing the 2025+ versions of GAMA
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 step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add `pull_request:` to the workflow `on:` triggers.
- 4CI/CD14pt
Add a lint step to catch style issues automatically.
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
81
README documents how to install the project.
CONTRIBUTING guide found.
README is present.
Licensed under GPL-3.0.
Engineering
53
No Java/Kotlin linter configured.
→ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
CI is configured (.github/workflows/travis-build-test.yaml).
Test files detected (gama.annotations/src/gama/annotations/no_test.java).
Issue or PR templates present.
Project health
100
Dependency manifest found (gama.annotations/pom.xml).
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)
- 20Forks
- 6Releaseslatest 1mo ago
Community
- -Community health
- -authors own >50% of commits
- 106Watchers
Responsiveness
- 4d 3hMedian issue response
- 24hMedian PR merge time
- 221Open issues
Repository files62 root entries
- .githubGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: CI is configured (.github/workflows/travis-build-test.yaml).Good: Issue or PR templates present.
- gama.annotationsGood: Test files detected (gama.annotations/src/gama/annotations/no_test.java).Good: Dependency manifest found (gama.annotations/pom.xml).
- gama.api
- gama.core
- gama.dependencies
- gama.dev
- gama.documentation
- gama.extension.batch
- gama.extension.bdi
- gama.extension.database
- gama.extension.fipa
- gama.extension.image
- gama.extension.maths
- gama.extension.network
- gama.extension.pedestrian
- gama.extension.physics
- gama.extension.serialize
- gama.extension.sound
- gama.extension.stats
- gama.extension.traffic
- gama.feature.copilot
- gama.feature.core
- gama.feature.dependencies
- gama.feature.devtools
- gama.feature.extension.image
- gama.feature.extension.sound
- gama.feature.extension.stats
- gama.feature.extensions
- gama.feature.library
- gama.feature.ui
- gama.feature.ui.dependencies
- gama.feature.ui.editor
- gama.feature.ui.experiment
- gama.headless
- gama.library
- gama.p2site
- gama.parent
- gama.processor
- gama.product
- gama.ui.application
- gama.ui.devtools
- gama.ui.display.java2d
- gama.ui.display.opengl
- gama.ui.display.opengl4
- gama.ui.editor
- gama.ui.experiment
- gama.ui.navigator
- gama.ui.shared
- gama.ui.viewers
- gama.workspace
- gaml.compiler
- gaml.grammar
- travis
- .gitignoreGood: .gitignore present.
- CHANGELOG_2026.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTINUITY.md
- LICENSEGood: Licensed under GPL-3.0.
- MIGRATION_GUIDE_2026.md
- 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.
- removing.gitattributes
- ROSETTA.md
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/gama-platform/gama)