Workflow Validate

Community

Validate Betty workflow YAMLs before execution

Authorepieczko
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ensures workflow YAML definitions include required fields and conform to schema before runtime execution.

Core Features & Use Cases

  • Validates required fields (e.g., steps)
  • Checks step structure for skill/agent usage
  • Optional: resolves skill versions against registry
  • Produces structured validation results

Quick Start

python skills/workflow.validate/workflow_validate.py workflows/example.yaml

Dependency Matrix

Required Modules

PyYAMLpydantic

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: Workflow Validate
Download link: https://github.com/epieczko/betty/archive/main.zip#workflow-validate

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