0
/ 100
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
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.
- 4README12pt
Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
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
65
README documents how to install the project.
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.
README is present.
Licensed under Apache-2.0.
Engineering
72
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.
Lockfile present (kotlin-js-store/wasm/yarn.lock). Installs are reproducible.
Test files detected (algorithm-benchmark/src/test).
CI is configured (.github/workflows/ci.yml).
Java/Kotlin linting configured (config/detekt.yml).
Project health
94
.gitignore present.
Dependency manifest found (build.gradle.kts).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 20Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 256Watchers
Responsiveness
- -Median issue response
- <1hMedian PR merge time
- 64Open issues
Repository files102 root entries
- .agents
- .devcontainer
- .githubGood: CI is configured (.github/workflows/ci.yml).
- .ideaIssue: Build artifacts or local files may be committed (.idea/icon.png) (−40 pts).Fix: Remove them and add to .gitignore.
- algorithm
- algorithm-benchmarkGood: 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
- configGood: 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-storeGood: 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
- .gitignoreGood: .gitignore present.
- AGENTS.md
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- codecov.yml
- CONTRIBUTING.mdIssue: 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
- LICENSEGood: Licensed under Apache-2.0.
- README.mdGood: 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
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/alexvanyo/composelife)