verify
SkillProductivityRun Forge's canonical verification chain (format:check + lint + typecheck + build + test). Use before claiming any task complete or opening a PR.
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
What this skill tells your AI
The instructions your AI receives, as published by hoangsonww/forge-agentic-coding-cli in .codex/skills/verify/SKILL.md and read by ahel’s review.
Run the checks in order; stop at the first failure.
npm run format:check
npm run lint
npm run typecheck
npm run build
npm test
All 249 tests across 43 files must remain green. If you added logic to
src/core, src/agents, or src/tools, the count should increase.
On success, print one line:
verify: format ✓ lint ✓ typecheck ✓ build ✓ test ✓ (N tests)
On failure, print which step failed and the first error line. Do not claim success unless every step passed.
Signals
- GitHub stars
- 22
- Forks
- 9
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
verify-hoangsonww- Source
- github.com/hoangsonww/forge-agentic-coding-cli