validate

Discover and run project-defined validators, then aggregate results into a unified report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/orenmagid/claude-cabinet --skill validate-orenmagid
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/orenmagid/claude-cabinet/tree/main/templates/skills/validate
Command: npx skills add https://github.com/orenmagid/claude-cabinet --skill validate-orenmagid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies and reports structural validation issues across skill units to ensure quality and consistency of the Claude cabinet.

Core Features & Use Cases

  • Centralized validation: discovers and runs project-defined validators, then aggregates results into a single report.
  • Phase-driven checks: supports phase files to customize behavior and enable opt-out via skip flags.
  • Continuous validation: usable in development, CI, and pre-deploy workflows to catch structural problems early.

Quick Start

Trigger the /validate command to run all validators and view a unified report.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I run structural validation checks across multiple skill units?▼

Trigger the validate command to automatically discover and run all project-defined validators, then aggregate the results into a single unified report for remediation.

Can I use continuous validation to catch structural issues before deployment?▼

Yes, continuous validation is supported during development, CI pipelines, and pre-deploy workflows to identify structural problems early across multiple skills and phases.

How do phase files customize validator behavior for quality checks?▼

Phase files customize validation behavior by allowing specific checks to be skipped, enabling granular opt-out control via skip flags during the quality-check process.

What is the best way to surface unified results from multiple validators?▼

Centralized validation discovers and executes project-defined validators, then aggregates the output into a single unified summary report with clear guidance for issue remediation.

Does the validate skill work with automated validator discovery in CI environments?▼

Yes, the skill automatically discovers project-defined validators and runs them within CI environments, aggregating structural validation issues into a unified result summary.

Are there limitations when skipping validation phases with skip flags?▼

Using skip flags in phase files opts out of specific quality checks, which means those skipped validators will not report structural issues in the unified validation summary.