Validation Smoke

Exercise validator failure boundaries with dependency-free malformed, missing-output, route, and publishing fixtures.

OKHP3 29952d7 2 files · 4.9 KB Updated

File contents

Validation smoke suite

Use when

Run after editing validation scripts or their path-resolution logic. It proves that the checks fail loudly on representative bad inputs rather than only passing the current repository.

Callable command

node .agents/skills/validation-smoke/run.mjs

The suite uses temporary files and pure assertions; it does not mutate the repository, publish anything, or require credentials. It covers both a complete passing report and an incomplete failing report, including required fields, allowed status/severity values, and non-empty source paths.

OKHP3/skillz/tree/main/.agents/skills/validation-smoke commit 29952d72d4

Frequently asked questions

npx skillmds@latest add okhp3/validation-smoke