quell score
Show the Production Readiness Score (PRS) for your codebase.
Usage
quell score [PATH]
quell score [PATH] --badge
quell score [PATH] --json
Options
| Option | Description |
|---|---|
--badge | Output a shields.io badge URL for your README. |
--json | Output score data as JSON. |
--format | Output 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:

Score tiers
| Score | Tier | Meaning |
|---|---|---|
| 80–100 | Production Ready | Edge cases are well-covered |
| 60–79 | Review Needed | Significant gaps remain |
| 0–59 | Needs Work | Many untested edge cases |