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

A Game of Life simulator Android app and watchface built with Jetpack Compose

Documentation

65

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt47

CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.

Add setup instructions, code style notes, and how to run tests.

README12pt70

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

72

Issue and PR templates6pt0

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.

Reproducibility6pt70

Lockfile present (kotlin-js-store/wasm/yarn.lock). Installs are reproducible.

Tests18pt80

Test files detected (algorithm-benchmark/src/test).

CI/CD14pt85

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

Java/Kotlin linting configured (config/detekt.yml).

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (build.gradle.kts).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 20
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 256
    Watchers

Responsiveness

  • Median issue response
  • <1h
    Median PR merge time
  • 64
    Open issues
Repository files102 root entries
  • .agents
  • .devcontainer
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • .idea
    Issue: Build artifacts or local files may be committed (.idea/icon.png) (−40 pts).Fix: Remove them and add to .gitignore.
  • algorithm
  • algorithm-benchmark
    Good: Test files detected (algorithm-benchmark/src/test).
  • algorithm-molecule-tests
  • algorithm-test-resources
  • android-application
  • app
  • app-baseline-profile-generator
  • app-benchmark
  • app-compat-sync
  • app-impl
  • app-test-fixtures
  • build-logic
  • clock
  • config
    Good: Java/Kotlin linting configured (config/detekt.yml).
  • data
  • data-test-resources
  • database
  • database-test-fixtures
  • desktop-app
  • dispatchers
  • dispatchers-test-fixtures
  • do-not-keep-process
  • docs
  • filesystem
  • filesystem-test-fixtures
  • geometry
  • gradle
  • icon
  • image-loader
  • inject-scopes
  • inject-test
  • inject-test-activity
  • keystore
  • kmp-android-runner
  • kmp-state-restoration-tester
  • kotlin-js-store
    Good: Lockfile present (kotlin-js-store/wasm/yarn.lock). Installs are reproducible.
  • logging
  • navigation
  • network
  • network-test-fixtures
  • opengl-renderer
  • parameterized-string
  • parameterized-string-test-resources
  • patterns
  • preferences
  • preferences-proto
  • preferences-test-fixtures
  • process-lifecycle
  • random
  • random-test-fixtures
  • resource-state
  • resources-app
  • resources-common
  • resources-wear
  • roborazzi-showkase-screenshot-test
  • screenshot-test
  • sealed-enum
  • serialization
  • session-value
  • strict-mode
  • test-activity
  • ui-app
  • ui-app-screenshot-tests
  • ui-cells
  • ui-cells-screenshot-tests
  • ui-common
  • ui-common-screenshot-tests
  • ui-common-test-fixtures
  • ui-mobile
  • ui-settings
  • ui-settings-screenshot-tests
  • ui-tooling-preview
  • ui-wear
  • ui-wear-screenshot-tests
  • updatable
  • wear
  • wear-baseline-profile-generator
  • wear-impl
  • wear-watchface
  • wear-watchface-configuration
  • wear-watchface-wff-resources
  • wear-watchface-wff-version-1
  • wear-watchface-wff-version-4
  • web-app
  • work
  • work-test-fixtures
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • build.gradle.kts
    Good: Dependency manifest found (build.gradle.kts).
  • codecov.yml
  • CONTRIBUTING.md
    Issue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.
    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.
    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).
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE
    Good: Licensed under Apache-2.0.
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    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.
    Good: README has code examples.
    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.
    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.
  • renovate.json
  • settings.gradle.kts