0

/ 100

GradeC

Good shape overall. A few tweaks would push it into the top tier.

Top 45% of 5,156 graded repos

Main repository for developing the 2025+ versions of GAMA

Top fixes

Highest-impact changes first, ranked by point weight

13 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add `pull_request:` to the workflow `on:` triggers.

  4. 4
    CI/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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

81

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt77

CONTRIBUTING guide found.

README12pt100

README is present.

License6pt100

Licensed under GPL-3.0.

Engineering

53

Linting and formatting5pt0

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.

Reproducibility6pt0

No dependency lockfile found (−70 pts).

Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.

CI/CD14pt40

CI is configured (.github/workflows/travis-build-test.yaml).

Tests18pt80

Test files detected (gama.annotations/src/gama/annotations/no_test.java).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (gama.annotations/pom.xml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 20
    Forks
  • 6
    Releaseslatest 1mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 106
    Watchers

Responsiveness

  • 4d 3h
    Median issue response
  • 24h
    Median PR merge time
  • 221
    Open issues
Repository files62 root entries
  • .github
    Good: 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.annotations
    Good: 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
  • .gitignore
    Good: .gitignore present.
  • CHANGELOG_2026.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTINUITY.md
  • LICENSE
    Good: Licensed under GPL-3.0.
  • MIGRATION_GUIDE_2026.md
  • README.md
    Good: 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
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/gama-platform/gama)](https://www.repo-grade.com/report/gama-platform/gama)

More graded Java repos