0

/ 100

GradeB

Polished and well engineered. Punching above its star count.

Top 22% of 5,156 graded repos

Cross platform application for controlling settings of Soundcore headphones, earbuds, and speakers. Supports desktop (CLI and GUI) and Android.

Top fixes

Highest-impact changes first, ranked by point weight

8 to address
  1. 1
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  2. 2
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  3. 3
    README12pt

    Show a quick-start snippet so contributors can see what using your project looks like.

  4. 4
    Install and run instructions9pt

    Add a section showing how to start or use the project.

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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

70

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

Install and run instructions9pt55

README documents how to install the project.

README12pt85

README is present.

License6pt100

Licensed under GPL-3.0.

Engineering

91

CI/CD14pt72

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

Reproducibility6pt90

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (android/app/src/androidTest/java/com/oppzippy/openscq30/ErrorHandlingTest.kt).

Linting and formatting5pt100

Rust linting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

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)
  • 31
    Forks
  • 62
    Releaseslatest 3y ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 379
    Watchers

Responsiveness

  • 2d 6h
    Median issue response
  • <1h
    Median PR merge time
  • 55
    Open issues
Repository files26 root entries
  • .github
    Good: CI is configured (.github/workflows/build.yml).
    Good: Dependabot covers 3 ecosystems (github-actions, cargo, gradle). Dependencies stay current.
    Good: Issue or PR templates present.
  • android
    Good: Test files detected (android/app/src/androidTest/java/com/oppzippy/openscq30/ErrorHandlingTest.kt).
    Issue: Build artifacts or local files may be committed (android/.idea/.gitignore) (−40 pts).Fix: Remove them and add to .gitignore.
  • cli
  • docs
  • fastlane
  • gui
  • i18n
  • i18n-macros
  • lib
  • lib-has
  • lib-macros
  • packaging
  • screenshots
  • scripts
  • tools
  • uniffi-bindgen
  • .build-tool-versions
  • .editorconfig
    Good: Rust linting configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • justfile
  • LICENSE.txt
    Good: Licensed under GPL-3.0.
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    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.
  • README.md.in
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/oppzippy/openscq30)](https://www.repo-grade.com/report/oppzippy/openscq30)

More graded Rust repos