What problem does it solve?
Prevent premature task completion by acting as a final quality gate: it verifies parsing correctness, execution outcomes, test results, and the presence of required outputs. This saves time by catching issues before handoffs or production deployment.
Core Features & Use Cases
- Parsing and Syntax Validation: ensure code is syntactically sound across languages.
- Execution Error Detection: surface runtime issues and log-worthy failures.
- Test Result Verification: confirm tests passed and coverage meets expectations.
- Output Existence Validation: verify required artifacts exist and are non-empty.
- Integration Readiness: check that dependent services and outputs are available.
Quick Start
Use this skill after a major operation to validate all aspects before declaring completion. For example: "Run validation-guardian on the latest build to ensure syntax is correct, tests pass, and required outputs exist."