Good shape overall. A few tweaks would push it into the top tier.
GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles ๐ Multiple audits, Slack notifications, and more!
Documentation
65
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
87
CI is configured (.github/workflows/test.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (dist/test).
Linter or formatter configured (.eslintrc.json).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (package.json).
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)
- 22Forks
- 41Releaseslatest 6y ago
Community
- โCommunity health
- โauthors own >50% of commits
- 508Watchers
Responsiveness
- 15hMedian issue response
- 1hMedian PR merge time
- 5Open issues
Repository files17 root entries
- .githubGood: CI is configured (.github/workflows/test.yml).Good: Issue or PR templates present.
- distGood: Test files detected (dist/test).
- node_modulesGood: 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: Code of conduct present.Good: Environment pinned via node_modules/@foo-software/lighthouse-check/Dockerfile.Good: Dependabot is configured. Dependencies update automatically.Good: Security policy present.Issue: Build artifacts or local files may be committed (node_modules/.bin) (โ40 pts).Fix: Remove them and add to .gitignore.
- src
- .eslintrc.jsonGood: Linter or formatter configured (.eslintrc.json).
- .gitignoreGood: .gitignore present.
- .prettierignore
- .prettierrc
- action.yml
- jest.config.js
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- 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.Issue: No status badges in the README (โ10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.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.
- tsconfig.json
- tsconfig.release.json
- vercel.json