validation-guardian

Validate parsing, execution, test results, and output existence across code projects.

1|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/Whamp/bond --skill validation-guardian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-guardian
Source: https://github.com/Whamp/bond/tree/main/.claude/skills/validation-guardian
Command: npx skills add https://github.com/Whamp/bond --skill validation-guardian

SYSTEM DOCUMENTATION & REQUIREMENTS

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."

Frequently Asked Questions about validation-guardian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent incomplete code deployments with validation checks?

Validation catches syntax errors, test failures, and missing outputs before deployment. Run validation after major operations like builds or tests to verify parsing correctness, execution success, and required artifacts exist, stopping premature handoffs to production.

Can I validate Python and JavaScript code syntax automatically?

Yes. Validation-guardian checks parsing correctness across Python and JavaScript/TypeScript projects, surfacing syntax errors and runtime issues before they reach testing or deployment stages.

How do I verify test results and coverage in CI/CD pipelines?

Validation confirms tests passed and coverage meets expectations, acting as a quality gate in deployment pipelines. It detects incomplete test runs and validates output artifacts exist and contain expected content.

What should I validate after running a build or major operation?

Validate parsing success, execution outcomes, test results, presence of required outputs, and integration readiness. This catches issues before handoff and ensures dependent services and artifacts are available.

Does validation work with configuration files and project artifacts?

Yes. Validation-guardian applies across Python, JavaScript/TypeScript projects, configuration files, and associated artifacts, enabling comprehensive quality checks on code, tests, and deployment outputs.

Why use a validation gate instead of checking each component separately?

A unified validation gate catches syntax, runtime, test, and output issues in one pass, saving time by preventing incomplete or broken deployments from reaching production or team handoffs.