90

/ 100

GradeA

Excellent work. The main thing left to polish is CI. It just hasn't found an audience yet.

Top 11% of 5,156 graded repos

Develop. Preview. Ship.

TypeScript0Apache-2.014d ago

Top fixes

Highest-impact changes first, ranked by point weight

10 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
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

  4. 4
    README12pt

    Add CI/build status badges from shields.io or your CI provider to signal project health.

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

93

Contributing guide5pt77

CONTRIBUTING guide found.

README12pt90

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

91

CI/CD14pt72

CI is configured (.github/workflows/test-lint.yml).

Reproducibility6pt92

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

Tests18pt100

Test files detected (examples/__tests__).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

Dependency manifest found (Cargo.toml).

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

  • 0 / 0
    Commits (30d / 90d)
  • 0
    Forks
  • 0
    Releases

Community

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

Responsiveness

  • -
    Median issue response
  • 1d 4h
    Median PR merge time
  • 50
    Open issues
Repository files35 root entries
  • .changeset
  • .github
    Good: 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: CI is configured (.github/workflows/test-lint.yml).
    Good: Issue or PR templates present.
  • .husky
  • api
  • crates
  • errors
  • examples
    Good: Test files detected (examples/__tests__).
    Good: Environment pinned via examples/react-router/Dockerfile.
  • internals
  • packages
    Good: Dependabot is configured. Dependencies update automatically.
  • scripts
  • test
  • utils
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .eslintignore
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .node_version
  • .npmrc
  • .nvmrc
  • .prettierignore
  • .vercel.approvers
  • .vercelignore
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • DEVELOPING_A_RUNTIME.md
  • LICENSE
    Good: Licensed under Apache-2.0.
  • package.json
  • pnpm-lock.yaml
  • 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.
    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.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • test-cursor-detection.js
  • tsconfig.base.json
  • turbo.json
  • vercel.json
  • vitest.config.mts
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/finaljrad-ir/vercel)](https://www.repo-grade.com/report/finaljrad-ir/vercel)

More graded TypeScript repos