In your editor
The command line
One entry point. Everything the console does, plus a few things it does not.
Running checks
| Command | What it does | Key |
vitals | Speed & errors: accessibility and Core Web Vitals in a real browser. | No |
guard | Re-checks: the regression suite minted from confirmed findings. | No |
brief | What changed, what is open, what to do next. | No |
report | One shareable HTML document assembling the evidence. | No |
audit | Site review: one first visit, read closely. | Yes |
copy | Every line of marketing copy, with the rewrite beside it. | Yes |
launch | Readiness: one number over nine dimensions, plus the blockers. | Yes |
wander | One tester free-roams the product, thinking aloud. | Yes |
focus | Twelve testers across twelve segments, then the cross-read. | Yes |
sweep | Full check: Site review, Copy, Readiness and Brief in one pass. | Yes |
Findings and verdicts
actions list | The living action list, ordered by confidence × severity. |
actions confirm <id> | Real, and it is work. Mints a re-check. |
actions wontfix <id> | Real, and you are not fixing it. |
actions reject <id> | False positive. The only verdict that costs precision. |
actions why <id> | The evidence behind the confidence score and the rank. |
actions prompt <id> | The paste-ready fix prompt. |
verify <id> | Re-drive the surface and prove the fix landed. |
Knowing where you stand
coverage | How much of the product is tested. Free. |
map | Walk the product and save the map every run reads. Free. |
scope <ref> | What a run would cover, scoped to a diff. Starts nothing. |
memory | What has been learned across every run. |
calibration | Whether the confidence numbers hold up. No model calls. |
list | Recent runs across all modules. |
models | Every model you can run, its price, whether its key is set. |
Setup and upkeep
init | The first-run wizard. Writes the product profile. |
session | Import a signed-in browser session. |
doctor | Check the setup against the real product. Free, exits non-zero when broken. |
ui | Launch the console. Localhost only by default. |
watch [mod] | Re-run as you save. Defaults to the free check. |
changes | Capture and diff every surface against the branch baseline. |
ci | The pre-launch gate. Writes a PR summary, exits non-zero on new ship-blockers. |
mcp | Run as an MCP server over stdio. |
Full text, always current, from node cli.cjs help.