validate-output

Execute an approved validator script to validate an output directory and return a completion token.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Kord96/kordinate --skill validate-output-kord96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-output
Source: https://github.com/Kord96/kordinate/tree/main/shared/skills/validate-output
Command: npx skills add https://github.com/Kord96/kordinate --skill validate-output-kord96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate an output directory automatically by running an explicit validator script, ensuring workflows only progress after successful validation.

Core Features & Use Cases

  • Enforces a strict validator protocol and location constraints.
  • Returns a completion token on success for reporting.
  • Informs users of validation failures with actionable errors.

Quick Start

Provide the target output directory and the validator script path to run the validation.

Frequently Asked Questions about validate-output

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

FAQPage Schema
How do I validate an output directory before progressing a workflow?

To validate an output directory, you run an approved validator script with the target directory passed as its first argument. The validator must reside in an approved location alongside its schema to ensure workflow integrity.

What happens when output validation fails during a workflow?

When output validation fails, the process returns the specific validator errors and instructs you to fix the issues and rerun the task. This prevents workflows from progressing with incorrect output.

How does a completion token verify output integrity?

A completion token verifies output integrity by providing the sha256 hash of the validated directory contents upon success. This cryptographic token confirms the output directory passed validation and remains unchanged.

Can I use a validator script from any location to check my output?

No, you cannot use a validator from any location. The validator must be located alongside its schema and within approved locations only. This constraint enforces a strict validator protocol for secure workflow automation.

What do I need to run an automated output validator?

You need to provide the target output directory and the validator script path. The validator is invoked with the target directory as its first argument to execute the validation protocol.

Why is output validation necessary for automated workflows?

Output validation is necessary because it ensures workflows only progress after successful validation. By executing an explicit validator script, it guarantees directory contents meet schema requirements before downstream tasks continue.