testing-and-validation
SkillProductivityPetSwipe validation workflow for choosing the smallest reliable checks for frontend, backend, infra, docs, and mixed changes. Use when a task needs a concrete validation plan or when the repo's pre-existing lint or type issues make broad validation noisy.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the testing-and-validation skill
What this skill tells your AI
The instructions your AI receives, as published by hoangsonww/petswipe-match-app in .agents/skills/testing-and-validation/SKILL.md and read by ahel’s review.
Use this skill when validation strategy matters as much as the code change.
Workflow
- Identify the touched area and its real blast radius.
- Choose the smallest reliable checks that validate that area.
- Prefer targeted checks before broad repo-wide checks.
- Report clearly what each command validates.
- Separate new failures from pre-existing repo debt.
PetSwipe Guidance
- Frontend: prefer targeted
npx eslintover broad linting when possible. - Backend: prefer
npm run buildplus targeted tests. - Infra: prefer render and preflight commands.
- Docs: validate by re-reading commands, paths, and claims against the repo.
If needed, spawn test_guard to recommend the validation set before editing.
Read references/validation-playbook.md.
Signals
- GitHub stars
- 26
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
testing-and-validation- Source
- github.com/hoangsonww/petswipe-match-app