parallel-validator

Run tests, lint, and security checks in parallel against code changes.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/Khamel83/oneshot --skill parallel-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-validator
Source: https://github.com/Khamel83/oneshot/tree/main/archive/v9/skills/parallel-validator
Command: npx skills add https://github.com/Khamel83/oneshot --skill parallel-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sequential validation of code changes (tests, lint, security) can slow development by forcing developers to wait for multiple checks to finish. Parallel-validator enables running multiple validators concurrently, cutting feedback time and improving productivity.

Core Features & Use Cases

  • Concurrent Validation: Execute tests, lint, and security checks in parallel to accelerate validation cycles.
  • Auto-Detection & Orchestration: Detects which validators apply to the project and orchestrates their parallel execution.
  • Consolidated Reporting: Provides a single, clear summary of results for quick decision-making.

Quick Start

Run the /parallel-validator command to start parallel validation for your current project.

Frequently Asked Questions about parallel-validator

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

FAQPage Schema
How do I run tests, lint, and security checks in parallel to speed up CI feedback?

Parallel-validator detects applicable validators based on project configuration and spawns parallel background tasks to run tests, lint, and security checks concurrently, aggregating the results into a concise summary for rapid commit decisions.

How do I aggregate multiple code validation results into a single summary for commit decisions?

Aggregating multiple code validation results requires structured reporting after parallel execution. Parallel-validator collects outputs from concurrent background workers and security agents, consolidating them into a concise summary for immediate commit decisions.

Can I auto-detect applicable validators for my project configuration?

Auto-detecting applicable validators is possible with configurable detection mechanisms. Parallel-validator scans project configuration to identify which tests, lint, and security checks apply, then orchestrates their parallel execution without manual setup.

What is the best way to orchestrate multi-validator execution for code changes?

The best way to orchestrate multi-validator execution for code changes is using a tool that spawns parallel background tasks. Parallel-validator coordinates concurrent tests, lint, and security agents, accelerating validation cycles compared to sequential processing.

Do I need specific dependencies to run parallel validators against my code?

No specific dependencies are required to run parallel validators. Parallel-validator operates without external dependencies, using configurable detection to identify applicable tests, lint, and security checks directly from your existing project configuration.