# Specsafe Verify

> Verify implementation and iterate

- Skill: `agentic-engineering-agency/specsafe-verify` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-engineering-agency/specsafe-verify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-engineering-agency/specsafe-verify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Agentic-Engineering-Agency (https://skillmd.com/u/agentic-engineering-agency)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-engineering-agency/specsafe-verify

---


Verify implementation by running tests:
1. Execute test suite: npm test -- SPEC-ID
2. Analyze failures and map to requirements
3. Fix code (not tests) and re-run
4. Iterate until all tests pass
5. Check coverage meets requirements
6. Run full suite for regressions

Update PROJECT_STATE.md (TEST-APPLY → VERIFY).
Report: pass rate, coverage %, issues.

