source-command-validate

Run automated codebase validation steps with detailed status reporting.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/jmolz/m0lz.02 --skill source-command-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-validate
Source: https://github.com/jmolz/m0lz.02/tree/main/.agents/skills/source-command-validate
Command: npx skills add https://github.com/jmolz/m0lz.02 --skill source-command-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit provides a robust solution to comprehensively validate the integrity and health of an entire codebase.

Core Features & Use Cases

  • Full-featured Validation: Combines linting, type checking, formatting, testing, build checks, and end-to-end tests in a structured flow.
  • Layered Validation: Allows step-by-step execution through a pyramid model that starts with linters and progresses to build and test suites.
  • Report Generation: Produces a detailed report that lists all validation statuses, identified issues, and recommended fixes.

Quick Start

To run comprehensive validation for the codebase, simply activate the skill by issuing the command: validate

Frequently Asked Questions about source-command-validate

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

FAQPage Schema
How do I run comprehensive code validation for my codebase?

Comprehensive code validation executes a structured flow combining linting, type checking, formatting, testing, and build checks. Issuing the validate command runs these automated validation steps sequentially across the entire codebase.

What is included in a full codebase health validation?

Full codebase health validation includes linters, type checkers, formatters, test suites, build checks, and end-to-end tests. It operates through a layered pyramid model, starting with basic linting and progressing to complex test suites.

Can I execute codebase validation steps individually instead of all at once?

Yes, layered validation allows step-by-step execution through a pyramid model. You can progress sequentially from linters to type checkers, formatters, and finally build and test suites, rather than running everything simultaneously.

How does automated code validation report identified issues?

Automated code validation generates a detailed report listing all validation statuses and identified issues. The report provides specific status updates for each validation step along with recommended fixes for the discovered problems.

Does continuous integration code validation require external dependencies?

No external dependencies are required to run continuous integration code validation. The skill operates independently using internal scripts to execute linters, type checkers, formatters, and tests without needing external packages.

What is the best way to check code health before a software release?

The best way to check code health before a release is running a full-featured validation flow. This combines linting, type checking, formatting, and testing into a single structured process that produces a detailed status report with recommended fixes.