From forge
Validates a specific module from the active forge plan by reading plan files, running verify commands, and reporting results with retry history.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge:forge-validate <module-id><module-id>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate a specific module from the active forge plan. Prefix all output with `[forge:validate]`.
Validate a specific module from the active forge plan. Prefix all output with [forge:validate].
.forge/plans/ (most recent JSON file)## Validation: {module title}
**Status:** PASSED / FAILED
**Score:** {X}/{Y} checks passed
**Stagnant:** yes/no
**Attempt:** {N}
### Results
- [PASS] npm test -- --grep 'auth'
- [FAIL] npx tsc --noEmit (error: TS2345 in src/auth.ts:42)
### Recommendation
{PASS / RETRY_WITH_DEBUGGER / ESCALATE}
npx claudepluginhub tt-wang/forge --plugin forgeValidates execution of an implementation plan by verifying success criteria, checking git history, and identifying deviations. Use after implementing a plan to ensure correctness.
Executes the autonomous verification suite (agent-validate) on explicit requests like 'run the validator' or 'validate before commit/push/PR'. Handles status checking, failure extraction, and retry logic.
Verifies plan completion by checking task status, running tests, measuring coverage, building, linting, and checking file sizes. Outputs a verification report.