cli-parallel-tests

Run documented test and CI-equivalent scripts for CLI repositories.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/robertolopezlopez/agent-skills --skill cli-parallel-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-parallel-tests
Source: https://github.com/robertolopezlopez/agent-skills/tree/main/skills/cli/parallel-tests
Command: npx skills add https://github.com/robertolopezlopez/agent-skills --skill cli-parallel-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps CLI product teams execute broad automated validation without relying on ad hoc test commands, reducing uncertainty before merges and releases.

Core Features & Use Cases

  • Repository-Aware Test Discovery: Identifies canonical validation scripts from package.json, Turbo configuration, and CI workflows instead of inventing commands.
  • Parallel Validation Workflows: Coordinates separate test suites across workers when documented scripts and authorization allow parallel execution.
  • Failure Follow-Up Support: Captures test failures and connects results with technical analysis workflows for debugging and triage.

Quick Start

Use the cli-parallel-tests skill to run the full documented CLI repository validation workflow and summarize any failures.

Frequently Asked Questions about cli-parallel-tests

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

FAQPage Schema
How do I run parallel test execution for CLI repositories before a merge?

Parallel test execution for CLI repositories is handled by discovering canonical validation scripts from package.json and CI workflows, then coordinating separate test suites across workers when documented scripts allow it.

How does repository-aware test discovery work for CLI validation?

Repository-aware test discovery identifies canonical validation scripts by reading package.json, Turbo configuration, and CI workflows directly, ensuring only documented commands are executed rather than inventing ad hoc test commands.

Can I use this validation workflow with my existing Turbo and package.json setup?

Yes, the workflow aligns directly with your existing setup by reading package.json scripts and Turbo configuration to identify the correct package manager and documented validation commands to execute.

What is the best way to triage test failures captured during broad CLI validation?

The best way to triage test failures is to capture the validation output and connect the failure results with technical analysis workflows, enabling structured debugging and follow-up analysis for the CLI codebase.

Why does my CLI test suite require worker coordination during parallel execution?

Worker coordination is required during parallel execution to manage separate test suites across workers safely, ensuring that documented scripts and authorizations permit parallel runs without conflicting.

What are the limitations of running CI-equivalent scripts for CLI validation?

The limitation is that CI-equivalent script execution strictly requires repository script discovery and package manager alignment; it cannot invent commands or run parallel workflows without explicit documented authorization.