93

/ 100

GradeA

Polished and well engineered. Punching above its star count.

Top 8% of 5,156 graded repos

An AI Assistant that’s easy to setup, does your work 24/7, knows your preferences and gets better over time.

Top fixes

Highest-impact changes first, ranked by point weight

4 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add `pull_request:` to the workflow `on:` triggers.

  3. 3
    CI/CD14pt

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

  4. 4
    Reproducibility6pt

    Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.

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

100

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under MIT.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

85

Tests18pt80

Test files detected (assistant/__tests__).

Reproducibility6pt80

Lockfile present (assistant/bun.lock). Installs are reproducible.

CI/CD14pt83

CI is configured (.github/workflows/build-chrome-extension.yaml).

Linting and formatting5pt100

Linter or formatter configured (assistant/eslint.config.mjs).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (assistant/examples/plugins/echo/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

  • 3659 / 12596
    Commits (30d / 90d)
  • 113
    Forks
  • 130
    Releaseslatest 5mo ago

Community

  • 87% - Good
    Community health
  • 2 bus factor
    authors own >50% of commits
  • 772
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 123
    Open issues
Repository files38 root entries
  • .claude
  • .cursor
  • .githooks
  • .github
    Good: CI is configured (.github/workflows/build-chrome-extension.yaml).
    Good: Issue or PR templates present.
  • .vscode
  • assets
  • assistant
    Good: Test files detected (assistant/__tests__).
    Good: Linter or formatter configured (assistant/eslint.config.mjs).
    Good: Lockfile present (assistant/bun.lock). Installs are reproducible.
    Good: Environment pinned via assistant/Dockerfile.
    Good: Dependency manifest found (assistant/examples/plugins/echo/package.json).
  • benchmarking
  • cli
  • clients
  • credential-executor
  • docs
  • evals
  • gateway
  • meta
  • packages
  • plugins
  • scripts
  • skills
  • .dockerignore
  • .env.example
  • .git-blame-ignore-revs
  • .gitignore
    Good: .gitignore present.
  • .nvmrc
  • .tool-versions
  • AGENTS.md
  • ARCHITECTURE.md
  • bunfig.toml
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONSTITUTION.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    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.
  • GLOSSARY.md
  • LICENSE
    Good: Licensed under MIT.
  • 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.
    Good: README documents how to run the project.
  • SECURITY.md
    Good: Security policy present.
  • setup.sh
  • socket.yml
  • test-preload.ts
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/vellum-ai/vellum-assistant)](https://www.repo-grade.com/report/vellum-ai/vellum-assistant)

More graded TypeScript repos