Is this build ready to ship?
Twelve yes-or-no questions about the code you just vibed. Answer honestly — nobody is watching. Scored on your machine. Nothing is sent anywhere, nothing is stored.
How the score works
Each question carries a weight of 1, 2 or 3. Your score is the weight of your yeses over the total, as a percentage. Three questions are ship-blockers — tests, secrets, and authorization. A no on any of them caps the result at Blocked no matter what the number says, because a 92% with a leaked key is not a 92%.
The “fix first” list is every no, ordered blockers first, then by weight. Each links to the prompt or
page on this site that addresses it. The generated prompt follows the four-part shape every prompt here uses:
Context / Constraints / Success Criteria / Format Spec.
The rules table is a JSON file and the scorer is a pure function with a unit test for every branch — the same standard the self-audit holds the rest of the site to. If you think a weight is wrong, that is a one-line change and we would like to hear the argument.