.claude/skills/forge-verify/SKILL.md
Verify phase completion by running all checks and tests
npx skillsauth add whatwecando/tombola forge-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Verify that the current (or specified) phase is complete.
.planning/PLAN.md to get phase definition[x] or [s]npx vitest runnpx eslint . --fixnpx tsc --noEmitbash .claude/skills/forge-verify/verify-phase.sh $ARGUMENTSIf $ARGUMENTS is a phase number, verify that specific phase.
Otherwise verify the current phase from STATE.md.
tools
Display and enforce project conventions for Dagsmith Tombola
testing
Validate a BLUEPRINT.md file for completeness and correctness
testing
Validate a BLUEPRINT.md without generating anything. Returns a structured report showing what's complete, what's missing, and what questions to answer.
business
Archive a completed milestone. Generates a milestone report, archives planning files, creates a git tag, and cleans up.