Good shape overall. A few tweaks would push it into the top tier.

React components for creating SmartHR applications.

Documentation

84

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt99

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.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

61

Tests18pt35

Test files detected (packages/charts/src/config/chartConfig.test.ts).

CI/CD14pt57

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

Reproducibility6pt80

Lockfile present (pnpm-lock.yaml). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured (.prettierrc.js).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 148
    Forks
  • 350
    Releaseslatest 6y ago

Community

  • Community health
  • authors own >50% of commits
  • 961
    Watchers

Responsiveness

  • 155d 12h
    Median issue response
  • <1h
    Median PR merge time
  • 49
    Open issues
Repository files25 root entries
  • .circleci
  • .claude
  • .github
    Good: CI is configured (.github/workflows/titleCheck.yml).
    Good: Issue or PR templates present.
  • .husky
  • packages
    Good: Test files detected (packages/charts/src/config/chartConfig.test.ts).
  • sandbox
  • .gitignore
    Good: .gitignore present.
  • .node-version
    Good: Environment pinned via .node-version.
  • .prettierrc.js
    Good: Linter or formatter configured (.prettierrc.js).
  • .release-please-manifest.json
  • .stylelintrc
  • .typos.toml
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • commitlint.config.js
  • CONTRIBUTING.md
    Issue: 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.
    Good: Contributing guide describes code style expectations.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • eslint.config.mjs
  • LICENSE
    Good: Licensed under MIT.
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
    Good: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
  • pnpm-workspace.yaml
  • README.md
    Good: 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.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • release-please-config.json
  • renovate.json
  • tsconfig.json