85

/ 100

GradeB

Well engineered. The main gaps are issue and PR templates and a contributing guide.

Top 26% of 5,156 graded repos

Plan, Build, and Ship — with a team of AI agents instead of one

TypeScript612Apache-2.016d ago

Top fixes

Highest-impact changes first, ranked by point weight

13 to address
  1. 1
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  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
    Reproducibility6pt

    Add .github/dependabot.yml with at least one package-ecosystem entry, or a renovate.json, 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

89

Contributing guide5pt30

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

81

Issue and PR templates6pt0

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.

Reproducibility6pt80

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

CI/CD14pt85

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

Tests18pt100

Test files detected (assets/skills/pdf/scripts/check_bounding_boxes_test.py).

Linting and formatting5pt100

Linter or formatter configured (rustfmt.toml).

Project health

79

Dependency manifest6pt55

Dependency manifest found (Cargo.toml).

Housekeeping3pt60

.gitignore present.

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 34 / 593
    Commits (30d / 90d)
  • 77
    Forks
  • 66
    Releaseslatest 6mo ago

Community

  • 50% - Fair
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 612
    Watchers

Responsiveness

  • 8h
    Median issue response
  • <1h
    Median PR merge time
  • 18
    Open issues
Repository files31 root entries
  • .cargo
  • .github
    Good: CI is configured (.github/workflows/test.yml).
  • .qwen
  • assets
    Good: Test files detected (assets/skills/pdf/scripts/check_bounding_boxes_test.py).
  • binary
  • crates
  • docs
  • frontend
  • npx
    Issue: Build artifacts or local files may be committed (npx/openteams-npx/node_modules/.package-lock.json) (−40 pts).Fix: Remove them and add to .gitignore.
  • openteams-cli
    Good: Environment pinned via openteams-cli/packages/openteams-cli/Dockerfile.
  • readmes
    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.
  • scripts
  • shared
  • src-tauri
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • .npmrc
  • AGENTS.md
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • LICENSE
    Good: Licensed under Apache-2.0.
  • local-build.sh
  • package-lock.json
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • rust-toolchain.toml
  • rustfmt.toml
    Good: Linter or formatter configured (rustfmt.toml).
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/openteams-lab/openteams)](https://www.repo-grade.com/report/openteams-lab/openteams)

More graded TypeScript repos