Verify Skill (oh-my-product)
SkillDev toolsVerify that acceptance criteria are met and work is complete.
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 Verify Skill (oh-my-product) skill
What this skill tells your AI
The instructions your AI receives, as published by jjongguet/oh-my-product in skills/verify/SKILL.md and read by ahel’s review.
Use this skill when the user wants to verify that a task or feature is complete.
What it does
Checks evidence of completion against acceptance criteria. Runs smoke tests, inspects state files, and reports any gaps between expected and actual outcomes.
Verification steps
- Build — Confirm the project builds without errors (
npm run build) - Tests — Run the test suite (
npm run test:smoke) - State — Check for required state artifacts (done signals, phase state)
- Criteria — Map each acceptance criterion to concrete evidence
- Report — Output pass/fail with actionable gaps
Output format
## Verification Report
### Build: PASS / FAIL
### Tests: PASS / FAIL (N/M passed)
### Acceptance Criteria:
- [x] Criterion 1 — evidence: <file or output>
- [ ] Criterion 2 — MISSING: <what is expected>
### Overall: PASS / FAIL
Usage
omp skill verify [--criteria "<list of criteria>"]
Signals
- GitHub stars
- 99
- Forks
- 22
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
verify-jjongguet- Source
- github.com/jjongguet/oh-my-product