Getting some notice. Tests and CI would be the fastest wins.
Documentation
14
No README found in the repository.
→ Add a README.md describing what the project does, how to install it, and how to run it.
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
CONTRIBUTING guide found.
Engineering
85
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 (bun.lockb). Installs are reproducible.
Test files detected (contracts/soroban/policies/test_snapshots/test).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (.prettierrc).
Project health
73
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.
Dependency manifest found (package.json).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 137Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 10Watchers
Responsiveness
- 3d 1hMedian issue response
- <1hMedian PR merge time
- 323Open issues
Repository files38 root entries
- .codex-temp
- .githubGood: CI is configured (.github/workflows/ci.yml).
- contractsGood: Test files detected (contracts/soroban/policies/test_snapshots/test).
- docs
- infraGood: Environment pinned via infra/docker-compose.yml.
- protocol
- public
- scripts
- srcGood: 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.
- test-fixtures
- tests
- tools
- .cspell.json
- .gitattributes
- .gitignoreGood: .gitignore present.
- .prettierignore
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- bun.lockbGood: Lockfile present (bun.lockb). Installs are reproducible.
- bunfig.toml
- CHANGELOG_PANEL_ARCHITECTURE.md
- CHANGELOG_PANEL_BEFORE_AFTER.md
- CHANGELOG_PANEL_IMPROVEMENTS.md
- CHANGELOG_PANEL_QUICK_REF.md
- CHANGELOG_PANEL_TESTING.md
- components.json
- CONTACTS_IMPORT_OPTIMIZATION.md
- eslint.config.js
- MOTION_SYSTEM_GUIDE.md
- package-lock.json
- package.jsonGood: Dependency manifest found (package.json).
- playwright.config.ts
- PR_SUMMARY.md
- pr-body.md
- README.mdIssue: 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.
- RECIPIENT_RESOLUTION_IMPLEMENTATION.md
- tsconfig.json
- vite.config.ts
- wrangler.jsonc