Test Quick
Fastest verification: only best-practices + coverage (2 agents).
Workflow
Step 1: Setup (YOU must do directly)
bash
TIMESTAMP=$(date +%Y-%m-%d-%H-%M) mkdir -p ~/siopv/claude-verification-reports/$TIMESTAMP
Write MANIFEST:
markdown
# Claude Verification Report (Quick)
> **IMPORTANT**: These reports were generated by Claude Code's Testing Kit.
| Field | Value |
|-------|-------|
| **Generator** | SIOPV Testing Kit |
| **Date** | {TIMESTAMP} |
| **Skill** | /test-quick |
| **Scope** | Quick check (best-practices + coverage only) |
## Reports
| # | File | Status |
|---|------|--------|
| 00 | QUICK-SUMMARY.md | Pending |
| 01 | best-practices.md | Pending |
| 05 | coverage.md | Pending |
Save to: ~/siopv/claude-verification-reports/{TIMESTAMP}/MANIFEST.md
Step 2: Run 2 Agents (Parallel)
| Agent | Prompt | Model | Subagent |
|---|---|---|---|
| Best Practices | comprehensive-test/prompts/best-practices.md | haiku | Explore |
| Coverage | comprehensive-test/prompts/coverage.md | haiku | Bash |
Read each prompt file, replace {TIMESTAMP}, and pass to Task tool.
Step 3: Generate Summary (YOU must do directly)
markdown
# Quick Test Summary
**Date:** {TIMESTAMP}
**Status:** PASS/FAIL
| Check | Status | Details |
|-------|--------|---------|
| Best Practices | PASS/FAIL | N violations |
| Coverage | PASS/FAIL | N% |
## Skipped
- Security, Hallucination, Code Review
- All phase validators
For full check: /comprehensive-test
Save to: ~/siopv/claude-verification-reports/{TIMESTAMP}/00-QUICK-SUMMARY.md
Step 4: Finalize
- •Update MANIFEST.md status column
- •Display summary to user