validation

Register, run, and monitor named validation commands for code quality checks.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Celia-12/Proyecto-Mern --skill validation-celia-12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation
Source: https://github.com/Celia-12/Proyecto-Mern/tree/main/frontend/.local/skills/validation
Command: npx skills add https://github.com/Celia-12/Proyecto-Mern --skill validation-celia-12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a systematic way to register, run, and monitor named validation commands (like lint, test, typecheck) so developers can enforce consistent code quality checks similar to CI pipelines.

Core Features & Use Cases

  • Register Commands: Define or update reusable validation commands with a simple API.
  • Run Validations: Execute selected commands together, collect logs, and receive a summarized result.
  • Monitor & Control: Retrieve run statuses, stop ongoing runs, and view detailed command outcomes.
  • Use Case: After adding a new feature, a developer can quickly run lint and tests across the project and get an immediate pass/fail summary.

Quick Start

Initiate a validation run for the registered "lint" and "test" commands and review the generated run summary.

Frequently Asked Questions about validation

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

FAQPage Schema
How do I run lint and test checks across my project to enforce code quality?

You can run code quality checks by registering named validation commands like lint and test, then executing them together to receive a summarized pass/fail outcome with detailed command logs.

What is a systematic way to manage CI-style validation commands for local development?

CI-style validation management involves registering reusable commands for linting, testing, and type-checking, then running and monitoring those validations locally to enforce consistent code quality before integration.

Can I monitor and stop ongoing validation runs after starting them?

Yes, you can monitor active validation runs by retrieving their statuses, inspect detailed command outcomes, and issue commands to stop ongoing runs if needed.

Do I need a specific environment to execute automated validation checks?

You need a shell environment with access to project scripts to execute automated validation checks, as the system relies on logging command outputs directly from the shell.

What's the best way to get a summarized pass/fail result after running multiple code checks?

The best way to get a summarized pass/fail result is to register your lint, test, and typecheck commands, run them together as a batch, and let the system collect logs and generate an immediate run summary.