94

/ 100

GradeA

Polished and well engineered. Punching above its star count.

Top 7% of 5,156 graded repos

Turn your company's scattered knowledge into AI ready Books ✨

TypeScript163Other1mo ago

Top fixes

Highest-impact changes first, ranked by point weight

9 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 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

98

Contributing guide5pt88

Contributing guide is detailed and thorough.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Other.

Engineering

93

Reproducibility6pt80

Lockfile present (package-lock.json). Installs are reproducible.

CI/CD14pt85

CI is configured (.github/workflows/test-app-agents-server.yml).

Tests18pt100

Test files detected (.promptbook/execution-cache/test).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

91

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt90

Dependency manifest found (package.json).

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

  • 508 / 1532
    Commits (30d / 90d)
  • 18
    Forks
  • 0
    Releases

Community

  • 100% - Good
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 163
    Watchers

Responsiveness

  • 111d 24h
    Median issue response
  • 5d 6h
    Median PR merge time
  • 138
    Open issues
Repository files63 root entries
  • .do
  • .github
    Good: CI is configured (.github/workflows/test-app-agents-server.yml).
    Good: Issue or PR templates present.
  • .idea
    Issue: Build artifacts or local files may be committed (.idea/.gitignore) (−40 pts).Fix: Remove them and add to .gitignore.
  • .promptbook
    Good: Test files detected (.promptbook/execution-cache/test).
  • .vscode
  • agents
  • agents-messages
  • apps
  • books
  • changelog
  • design
  • documents
  • examples
  • other
  • packages
  • personas
  • prompts
  • scripts
  • src
  • test-results
  • .clinerules
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .env.example
  • .eslintignore
  • .eslintrc.js
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .npmignore
  • .prettierrc
  • .whitesource
  • AGENT_REPORT.md
  • AGENTS.md
  • batch-project-editor.js
  • book
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • 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.
    Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • cspell.json
  • docker-compose.yml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • jest.config.js
  • jest.setup.js
  • jest.styleMock.js
  • jest.yamlRawTransformer.js
  • LICENSE.md
    Good: Licensed under Other.
  • nonce
  • nonce-1.txt
  • nonce-2.txt
  • nonce-3.txt
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • README.Docker.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.
  • README.md
  • rollup.config.js
  • security.config.ts
  • SECURITY.md
    Good: Security policy present.
  • servers.ts
  • SIGNPOST.md
  • TODO.md
  • tsconfig.jest.json
  • tsconfig.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/webgptorg/promptbook)](https://www.repo-grade.com/report/webgptorg/promptbook)

More graded TypeScript repos