Getting some notice. Tests and CI would be the fastest wins.
Claude Code Skills Marketplace: plugins, skills for ADR-driven development, DevOps automation, ClickHouse management, semantic versioning, and productivity workflows
Documentation
88
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
33
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
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.
Test files detected (.mise/tasks/tests).
Lockfile present (bun.lock). Installs are reproducible.
Linter or formatter configured (plugins/itp-hooks/hooks/ruff.toml).
Project health
92
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
- —Commits (30d / 90d)
- 8Forks
- 956Releaseslatest 6mo ago
Community
- —Community health
- —authors own >50% of commits
- 54Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 56Open issues
Repository files22 root entries
- .claude-plugin
- .miseGood: Test files detected (.mise/tasks/tests).
- docs
- outputs
- pluginsGood: 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: Linter or formatter configured (plugins/itp-hooks/hooks/ruff.toml).Good: Environment pinned via plugins/calcom-commander/scripts/webhook-relay/Dockerfile.
- scripts
- .gitignoreGood: .gitignore present.
- .lychee.toml
- .pre-commit-hooks.yaml
- .releaserc.yml
- bun.lockGood: Lockfile present (bun.lock). Installs are reproducible.
- CHANGELOG.md
- CLAUDE.md
- cli_spec.json
- LICENSEGood: Licensed under MIT.
- lychee.toml
- package-lock.json
- package.jsonGood: Dependency manifest found (package.json).
- plugin.json
- PRD.md
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.
- tsconfig.json