Verify

Run Forge's canonical verification chain (format:check + lint + typecheck + build + test). Use before claiming any task complete or opening a PR.

hoangsonww 159ff64 683 B Updated

File contents

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.

hoangsonww/forge-agentic-coding-cli/tree/main/.agents/skills/verify commit 159ff6471c

Frequently asked questions

npx skillmds@latest add hoangsonww/verify-2