82
/ 100
Well engineered. The main gaps are setup instructions and CI.
Changes the colour of Firefox theme to match the website’s appearance.
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 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.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
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
68
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
CONTRIBUTING guide found.
README is present.
Licensed under MIT.
Engineering
86
CI is configured (.github/workflows/integration-test.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (tests).
Linter or formatter configured (devDependency in package.json).
Issue or PR templates present.
Project health
97
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 33 / 133Commits (30d / 90d)
- 39Forks
- 80Releaseslatest 4y ago
Community
- 57% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 790Watchers
Responsiveness
- 13hMedian issue response
- 1hMedian PR merge time
- 33Open issues
Repository files18 root entries
- .githubGood: 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.Good: CI is configured (.github/workflows/integration-test.yml).Good: Dependabot configured for npm.Good: Issue or PR templates present.
- .vscode
- amo
- public
- scripts
- src
- testsGood: Test files detected (tests).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .prettierignore
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- prettier.config.ts
- 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.
- SOURCE_CODE_REVIEW.md
- tsconfig.json
- wxt.config.ts
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/easonwong-de/adaptive-tab-bar-colour)