- Home
- Skills
- Code Quality & Review
- 🧪 AI Build Sanity Check
More screenshots
Works with the AI tools you already use
🧪 AI Build Sanity Check
Catch visible signs that an AI-built app is not finished Run a local, read-only Python scanner before a demo, review, or launch.
$13
🧪 AI Build Sanity Check
Example session with this skill installed
Scan the current repo. Did the AI actually finish this or are there still mocks and placeholders?
- Read your context and instructions
- Compiled the ai build sanity
SUMMARY findings=11 deterministic=10 advisory=1
ABS002 high fixtures/risky-sample/app.py:4 The app returns fake or sample data as if it were real. Plain fix: connect real data or label it as demo-only.
ABS005 high fixtures/risky-sample/app.py:13 This endpoint returns success without doing visible work. Plain fix: do the action before returning success.
ABS006 medium advisory fixtures/risky-sample/app.py:18 A named feature has an empty or throwing handler. Plain fix: connect the handler or remove the feature until it is ready.
Connects securely to your tools. The creator never sees your data.
What you get
About this skill
Catch visible signs that an AI-built app is not finished
Run a local, read-only Python scanner before a demo, review, or launch. Each finding reports a rule ID, severity, file, line, and plain-English next step. The scanner does not modify or execute the app.
Six defined checks
- Build-marker terms such as TODO, FIXME, “not implemented,” and NotImplementedError.
- Return lines containing configured fake, mock, sample, dummy, or placeholder terms.
- Python except blocks followed by pass and same-line empty JavaScript catch blocks.
- Configured placeholder strings in supported source, config, and .env files.
- Return lines with success, ok, or status near a supported route marker.
- Route-adjacent empty or throwing handler markers as advisory review prompts.
What you receive
The package includes the standard-library scanner, editable JSON rule table, remediation snippets, audit checklist, explanations, clean and risky fixtures, and a test file. The fixture test passes with 11 findings: 10 deterministic and 1 advisory.
Know the boundary
This is line- and term-based static analysis, not proof of unfinished behavior. It can flag intentional TODOs, demo code, or legitimate success responses and can miss patterns written differently. It does not run the app, test behavior, or assess security.
Handle .env deliberately
The scanner reads supported local files, including .env files within the chosen path, to find configured placeholder terms. It reports file, line, rule, severity, and a generic message—not the matched line or value—but you should scope the run away from .env if you do not want that file read.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 2 months ago
- Passed all security checks, Safe to install