Check the words
check_copyCheck a folder or pasted text for copy that exaggerates, fabricates proof, or misattributes claims. Each finding explains the problem, the source, and the recommended rewrite.
Instructions
Run the copy and honesty rules over a folder, or over a block of text pasted straight in.
Benefit-speak, the "not just X, it's Y" cadence, em dashes in short interface copy, fabricated precision, invented proof, unverified attributions, and claims that cannot be true or false.
Pass either directory or text. Everything it finds carries the same four answers as a
full review: what, why, who says so, and the better move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | A block of copy to check directly, without saving it anywhere first. | |
| ignore | No | Folder or file names to skip. Defaults cover node_modules, .git, dist, build and friends. | |
| directory | No | Folder to read. Every .html file in it is checked. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | ||
| why | No | ||
| tool | Yes | Which tool produced this. | |
| counts | No | ||
| source | No | ||
| status | Yes | pass = checked and clean. fail = checked and found problems. skipped = nothing was measured. error = the tool could not run. | |
| problem | No | ||
| findings | No | ||
| headline | Yes | One sentence verdict, safe to show a non-technical user. | |
| rules_run | No | ||
| error_code | No | Set only when status is "error". | |
| files_read | No | ||
| not_checked | No |