Runs only the 5 foundation agents for quick quality check. Use for rapid feedback during development. Skips phase validators.
Runs 5 foundation agents for quick quality feedback (skips phase validators).
TIMESTAMP=$(date +%Y-%m-%d-%H-%M)
mkdir -p ~/siopv/claude-verification-reports/$TIMESTAMP
Write MANIFEST:
# Claude Verification Report (Foundation Only)
> **IMPORTANT**: These reports were generated by Claude Code's Testing Kit.
| Field | Value |
|-------|-------|
| **Generator** | SIOPV Testing Kit |
| **Date** | {TIMESTAMP} |
| **Skill** | /test-foundation |
| **Scope** | Foundation agents only (no phase validators) |
## Reports
| # | File | Status |
|---|------|--------|
| 00 | FOUNDATION-SUMMARY.md | Pending |
| 01 | best-practices.md | Pending |
| 02 | security.md | Pending |
| 03 | hallucination.md | Pending |
| 04 | code-review.md | Pending |
| 05 | coverage.md | Pending |
Save to: ~/siopv/claude-verification-reports/{TIMESTAMP}/MANIFEST.md
Launch ALL 5 using prompts from /comprehensive-test skill:
| Agent | Prompt | Model | Subagent |
|---|---|---|---|
| Best Practices | comprehensive-test/prompts/best-practices.md | haiku | Explore |
| Security | comprehensive-test/prompts/security.md | sonnet | Explore |
| Hallucination | comprehensive-test/prompts/hallucination.md | sonnet | Explore |
| Code Review | comprehensive-test/prompts/code-review.md | sonnet | Explore |
| Coverage | comprehensive-test/prompts/coverage.md | haiku | Bash |
Read each prompt file, replace {TIMESTAMP}, and pass to Task tool.
# Foundation Test Summary
**Date:** {TIMESTAMP}
**Status:** PASS/FAIL
## Results
| Report | Status | Details |
|--------|--------|---------|
| Best Practices | PASS/FAIL | N violations |
| Security | PASS/FAIL | N critical, N high |
| Hallucination | PASS/FAIL | N issues |
| Code Review | PASS/FAIL | N/10 |
| Coverage | PASS/FAIL | N% |
## Quality Gates
| Gate | Threshold | Actual | Result |
|------|-----------|--------|--------|
| Coverage | >= 70% | N% | PASS/FAIL |
| Security Critical | 0 | N | PASS/FAIL |
## Note
Phase validators were skipped. For full validation: /comprehensive-test
Save to: ~/siopv/claude-verification-reports/{TIMESTAMP}/00-FOUNDATION-SUMMARY.md