validation-guardian

Community

Ensure every task truly completes, gates the quality.

AuthorWhamp
Version1.0.0
Installs0

System Documentation

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

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: validation-guardian
Download link: https://github.com/Whamp/bond/archive/main.zip#validation-guardian

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository