DocsCliScore

quell score

Show the Production Readiness Score (PRS) for your codebase.

Usage

quell score [PATH]
quell score [PATH] --badge
quell score [PATH] --json

Options

OptionDescription
--badgeOutput a shields.io badge URL for your README.
--jsonOutput score data as JSON.
--formatOutput format: table (default), json, badge.

Example output

Production Readiness Score

Path: src/
Requirements found: 13
  ✓ WRITTEN:     8  (61.5%)
  ~ SCAFFOLDED:  3  (23.1%)
  ✗ FLAGGED:     2  (15.4%)

PRS: 84 / 100 — Production Ready

Breakdown by file:
  src/payments.py     92 / 100
  src/auth.py         76 / 100
  src/users.py        88 / 100

Badge

quell score --badge
# → https://img.shields.io/badge/PRS-84-brightgreen

Add to your README:

![PRS](https://img.shields.io/badge/PRS-84-brightgreen)

Score tiers

ScoreTierMeaning
80–100Production ReadyEdge cases are well-covered
60–79Review NeededSignificant gaps remain
0–59Needs WorkMany untested edge cases