0

/ 100

GradeA

A well-known project done right. Strong docs and solid engineering throughout.

Top 11% of 5,156 graded repos

Orchestrate Claude Code, Codex, and Gemini sessions on a multiplayer canvas. Manage git worktrees, track AI conversations, and visualize your team's agentic work in real-time.

TypeScript1,270Other1mo ago

Top fixes

Highest-impact changes first, ranked by point weight

7 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
    Install and run instructions9pt

    Add a section showing how to start or use the project.

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

85

Install and run instructions9pt55

README documents how to install the project.

Contributing guide5pt88

Contributing guide is detailed and thorough.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

92

CI/CD14pt72

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

Tests18pt100

Test files detected (apps/agor-cli/src/commands/branch/env/request.test.ts).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

98

Dependency manifest6pt93

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)
  • 108
    Forks
  • 81
    Releaseslatest 9mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 1,270
    Watchers

Responsiveness

  • 6d 2h
    Median issue response
  • <1h
    Median PR merge time
  • 91
    Open issues
Repository files38 root entries
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .husky
  • apps
    Good: Test files detected (apps/agor-cli/src/commands/branch/env/request.test.ts).
    Good: Environment pinned via apps/agor-docs/Dockerfile.
  • context
    Good: Security policy present.
  • docker
  • docs
  • Formula
  • migrations
  • packages
  • scripts
  • .agor.yml
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .env.example
  • .env.postgres
  • .gitignore
    Good: .gitignore present.
  • .lintstagedrc.json
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • AGENTS.md
  • biome.json
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    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.
  • docker-compose.override.postgres.yml
  • docker-compose.override.yml
  • docker-compose.postgres.yml
  • docker-compose.prod.yml
  • docker-compose.yml
  • knip.json
  • LICENSE
    Good: Licensed under Other.
  • Makefile
  • 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.
  • turbo.json
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/preset-io/agor)](https://www.repo-grade.com/report/preset-io/agor)

More graded TypeScript repos