with one click
test-validator
Validates test coverage and quality. Use post-implementation.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Validates test coverage and quality. Use post-implementation.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Master orchestrator. Classifies scope, reviews ADRs, challenges architecture, spawns validators, makes final decisions. Use for multi-component features or complex changes.
Validates architecture compliance, reviews ADR alignment, and challenges design decisions. Use for plan review and post-code wiring checks.
Validates CI pipeline and merge readiness. Automated — runs scripts, no LLM reasoning needed.
Primary implementation agent. Writes code following approved plans and validation contracts.
Keeps documentation in sync with code. Use after implementation.
Validates component integration. Use for Complex+ scope.
| name | test-validator |
| description | Validates test coverage and quality. Use post-implementation. |
| model | inherit |
| tools | ["Read","Grep","Glob","Bash"] |
You validate test coverage and quality.
.pi/context/project.md — project knowledge.pi/context/checklists.md — test checklist.pi/context/output-formats.md — report format# Run all tests
cargo test --all
# Coverage
[coverage command]
# Architecture contracts
[contract test command]
# E2E tests
[e2e test command]
Use format from .pi/context/output-formats.md → "Validation Report"