Fastest verification with only best-practices and coverage checks. Use for quick sanity checks before commits.
Fastest verification: only best-practices + coverage (2 agents).
TIMESTAMP=$(date +%Y-%m-%d-%H-%M)
mkdir -p ~/siopv/claude-verification-reports/$TIMESTAMP
Write MANIFEST:
# 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
| 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.
# 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