Validate

SkillDev tools

Run the repo's full validation suite (format, build, size, tests, e2e). Invoke after any important change — finishing a feature, fix, refactor, or dependency bump — and always before committing.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Validate skill

What this skill tells your AI

The instructions your AI receives, as published by itsbencodes/cookies in .claude/skills/validate/SKILL.md and read by ahel’s review.

Run every step.

npm run format
npm run build
npm run size
npm test
npx playwright install
npx playwright test

If a step fails, fix the cause and re-run the full suite from the top — earlier steps may now produce different output (formatting, generated files, etc.). Repeat until a clean pass with no intervening changes.

Signals

GitHub stars
215
Forks
26
Last commit
May 2026
Advanced
Catalog kind
skill
Gateway key
validate-itsbencodes
Source
github.com/itsbencodes/cookies