validation-runner

Execute TypeScript compilation, tests, linting, and formatting with JSON reports.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ojallington/boardclaude --skill validation-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-runner
Source: https://github.com/ojallington/boardclaude/tree/main/skills/validation-runner
Command: npx skills add https://github.com/ojallington/boardclaude --skill validation-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of running essential project validation checks, providing concrete data for AI agents to evaluate code quality and identify issues accurately.

Core Features & Use Cases

  • Comprehensive Validation: Executes TypeScript compilation, test suites, linters, and formatters.
  • Structured Output: Generates a detailed JSON report of validation results, including errors, warnings, and test outcomes.
  • Delta Tracking: Compares current results with previous runs to show improvements or regressions.
  • Use Case: Before submitting code for review, run this Skill to ensure it passes all type checks, tests, and linting rules, providing a baseline for an AI audit.

Quick Start

Run the validation runner to check the current state of the project.

Frequently Asked Questions about validation-runner

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

FAQPage Schema
How do I run TypeScript compilation, tests, and linting in a single validation suite?

A validation suite executes TypeScript compilation, test suites, linting, and code formatting together. It generates a structured JSON report detailing errors, warnings, test results, and formatting compliance for your project.

How do I track code quality improvements between validation runs?

Delta tracking compares current validation results with previous runs to show improvements or regressions over time. This allows you to measure code improvement by comparing the structured JSON reports from each execution.

Can I use structured JSON validation reports for AI agent code audits?

Structured JSON validation reports provide concrete data for AI agents to evaluate code quality and identify issues accurately. The output includes detailed errors, warnings, test outcomes, and formatting compliance details.

What's the best way to automate project health checks before code review?

Running a comprehensive validation suite before submitting code ensures it passes all type checks, tests, and linting rules. This provides a concrete data baseline for an AI audit of your project's health.

Does this validation runner require any external dependencies to execute?

The validation runner operates with no external dependencies. It directly executes TypeScript compilation, test suites, linters, and formatters to produce a structured JSON report of your project's current state.