Solid foundation. Invest in docs and CI to grow from here.
Lightweight Android capture developer tools for macOS
Documentation
95
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
61
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
Lockfile present (snapo-network-inspector-web/package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/android-link.yml).
Linter or formatter configured (snapo-app-mac/.swiftlint.yml).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (snapo-link-android/build-logic/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)
- 14Forks
- 23Releaseslatest 7mo ago
Community
- —Community health
- —authors own >50% of commits
- 81Watchers
Responsiveness
- —Median issue response
- <1hMedian PR merge time
- 1Open issues
Repository files13 root entries
- .codex
- .githubGood: CI is configured (.github/workflows/android-link.yml).Good: Issue or PR templates present.
- skills
- snapo-app-macGood: Linter or formatter configured (snapo-app-mac/.swiftlint.yml).Good: Environment pinned via snapo-app-mac/mise.toml.
- snapo-link-androidGood: Dependency manifest found (snapo-link-android/build-logic/build.gradle.kts).Issue: Build artifacts or local files may be committed (snapo-link-android/.idea/.gitignore) (−40 pts).Fix: Remove them and add to .gitignore.
- snapo-network-inspector-webGood: Lockfile present (snapo-network-inspector-web/package-lock.json). Installs are reproducible.
- .gitignoreGood: .gitignore present.
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.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).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- jitpack.yml
- LICENSEGood: Licensed under Apache-2.0.
- 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.Good: README documents how to install the project.Good: README documents how to run the project.
- VERSION