guided-experience-service-parallel-tests

Coordinate parallel pytest execution for guided-experience-service unit and integration tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the complexity of validating the guided-experience-service repository by coordinating broad unit and integration test execution with consistent parallel workflows and failure reporting.

Core Features & Use Cases

  • Parallel Test Execution: Runs unit and integration test suites through dedicated workers with repository-specific pytest commands and worker settings.
  • Failure Analysis Workflow: Guides follow-up investigation using repository technical analysis skills to identify root causes, missing prerequisites, and suspicious failures.
  • Use Case: A maintainer validating a large repository change can use this Skill to execute comprehensive tests, capture separate results, and prepare actionable debugging insights.

Quick Start

Use the guided-experience-service-parallel-tests skill to run the repository unit and integration test suites in parallel and analyze any failures.

Frequently Asked Questions about guided-experience-service-parallel-tests

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

FAQPage Schema
How do I run parallel tests with pytest to validate a large repository change?

Run parallel pytest tests by coordinating dedicated workers for unit and integration suites, capturing separate results to validate broad repository coverage and prepare actionable debugging insights.

What is the best way to diagnose failing integration tests after a parallel test run?

Diagnose failing integration tests by following a guided failure analysis workflow that investigates root causes, checks missing prerequisites, and flags suspicious failures for reliable validation reporting.

Do I need uv to execute parallel pytest workflows for repository validation?

Yes, you need uv to execute the test commands, as the parallel testing workflow requires uv-based test execution to coordinate workers and run the unit and integration suites.

How does parallel worker coordination work for unit and integration test suites?

Parallel worker coordination assigns dedicated workers to run unit and integration test suites simultaneously using repository-specific pytest commands, capturing separate results to streamline failure analysis.

Why do my parallel integration tests fail due to missing prerequisites?

Integration tests fail when missing prerequisites are not resolved, requiring a post-run failure investigation workflow to identify environment checks and missing setup steps for reliable execution.

Can I use this parallel testing workflow for repository validation beyond unit tests?

Yes, the workflow applies to repository validation requiring broad test coverage, executing both unit and integration test suites in parallel and guiding technical analysis for any failures.