validation

Register and orchestrate named validation commands like lint, test, and typecheck.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill validation-ma-wais
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/validation
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill validation-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams register and orchestrate named validation steps (lint, test, typecheck, etc.) that can be triggered and monitored to verify code quality and gate progress.

Core Features & Use Cases

  • Create, update, and monitor named validation commands that map to shell tasks.
  • Run validations in CI-style pipelines, gather results, and gate deployments.
  • Use case: enforce code quality gates by running lint, tests, and type checks on demand.

Quick Start

Register a validation command, then start a validation run to verify code quality.

Frequently Asked Questions about validation

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

FAQPage Schema
How do I run lint, test, and typecheck validations in a CI pipeline?

You can run lint, test, and typecheck validations in a CI pipeline by registering named validation commands that map to shell tasks, then orchestrating them to execute and gather structured results to gate deployments.

What is the best way to enforce code quality gates across a project?

The best way to enforce code quality gates is by defining named validation checks that run on demand, allowing you to monitor and report on shell tasks like lint and test to verify code quality before gating progress.

How do I register and monitor named validation commands?

You register and monitor named validation commands by upserting shell tasks into the validation orchestrator, which allows you to start, stop, and query validation runs while collecting structured results.

Can I use this to gate deployments based on test and typecheck results?

Yes, you can gate deployments based on test and typecheck results by running CI-style validation pipelines that gather structured outputs and verify code quality before allowing progress.

Does this validation orchestrator work for local development environments?

Yes, this validation orchestrator works for local development environments by allowing developers to run, monitor, and report on named validation checks on demand outside of CI pipelines.