validate

Execute mandatory validation gates from gates-policy.yaml and report release decisions.

77|5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/lee-to/hlv --skill validate-lee-to
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/lee-to/hlv/tree/main/skills/validate
Command: npx skills add https://github.com/lee-to/hlv --skill validate-lee-to

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the governance process by automatically running mandatory validation gates and delivering a definitive release decision, reducing manual gating overhead and human error.

Core Features & Use Cases

  • Orchestrates gated validation by reading gates-policy.yaml and milestones.yaml to determine required gates and current stage
  • Executes, aggregates, and reports per-gate outcomes, enabling informed release decisions
  • Generates remediation plans when gating issues are detected to guide follow-on work

Quick Start

Instruct the system to run all mandatory gates for the current milestone and generate a release decision.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I automate release gating and validation for project milestones?▼

Automate release gating by executing mandatory validation gates defined in gates-policy.yaml for your current milestone. The system reads milestones.yaml to determine the current stage and required gate set, then produces a structured gate results report and a definitive release decision.

What is gate validation in software release governance?▼

Gate validation is the governance process of running mandatory checks to determine release readiness. It orchestrates gate execution by reading policy and milestone configurations, aggregating per-gate outcomes to reduce manual gating overhead and human error.

How do I generate a remediation plan when validation gates fail?▼

Generate a remediation plan by running gate validation to detect gating issues during the milestone assessment. When issues are detected, the system automatically generates remediation plans to guide follow-on work and resolve the failures.

Can I determine required validation gates based on the current project stage?▼

Determine required validation gates by reading milestones.yaml to identify the current project stage. The system uses this milestone data alongside gates-policy.yaml to automatically select and execute the exact gate set required for that specific stage.

Do I need a gates-policy.yaml file to run milestone validation?▼

A gates-policy.yaml file is required to define mandatory validation gates. The system reads this policy file to identify required gates and executes them for the current milestone to produce a structured gate results report and release decision.