Good shape overall. A few tweaks would push it into the top tier.
记账本
Documentation
56
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README is present.
Licensed under Apache-2.0.
Engineering
83
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 (app/src/test).
CI is configured (.github/workflows/Build.yaml).
Java/Kotlin linting configured (.editorconfig).
Issue or PR templates present.
Project health
78
No repository description set on GitHub (−60 pts).
→ Add a one-line description in the repo Settings → About. It appears in search results and social previews.
.gitignore present.
Dependency manifest found (build.gradle.kts).
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 24Forks
- 38Releaseslatest 4y ago
Community
- —Community health
- —authors own >50% of commits
- 179Watchers
Responsiveness
- 8d 17hMedian issue response
- 2hMedian PR merge time
- 8Open issues
Repository files29 root entries
- .githubGood: CI is configured (.github/workflows/Build.yaml).Good: Dependabot covers 2 ecosystems (github-actions, gradle). Dependencies stay current.Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/codeStyles) (−40 pts).Fix: Remove them and add to .gitignore.
- appGood: Test files detected (app/src/test).
- app-catalog
- baselineProfile
- build-logic
- core
- docs
- feature
- gradle
- lint
- resources
- scripts
- spotless
- sync
- ui-test-hilt-manifest
- .editorconfigGood: Java/Kotlin linting configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- CHANGELOG.md
- CLAUDE.md
- compose_compiler_config.conf
- gradle.properties
- gradlew
- gradlew.bat
- LICENSEGood: Licensed under Apache-2.0.
- PRIVACY_POLICY.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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- settings.gradle.kts