# Validation Smoke

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

- Skill: `okhp3/validation-smoke` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add okhp3/validation-smoke`
- Raw SKILL.md: https://api.skillmd.com/api/skills/okhp3/validation-smoke/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: OKHP3 (https://skillmd.com/u/okhp3)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/okhp3/validation-smoke

---


# 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

```bash
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.

