Test Parallelizer - Auto-activating skill for Test Automation. Triggers on: test parallelizer, test parallelizer Part of the Test Automation skill category. Use when writing or running tests. Trigger with phrases like "test parallelizer", "test parallelizer", "test".
3.4
Rating
0
Installs
Testing & Quality
Category
This skill is severely underspecified. While it has reasonable structural organization, it provides almost no actionable information about test parallelization. The description is generic template text that doesn't explain what test parallelization means, which frameworks are supported, or how to actually parallelize tests. Task knowledge is minimal—no concrete steps, algorithms, or code for splitting test suites, managing worker processes, aggregating results, or handling race conditions. A CLI agent would not know whether this applies to Jest, pytest, JUnit, or other frameworks, nor how to configure parallel execution. The novelty is low because basic test parallelization commands are simple CLI flags (e.g., `jest --maxWorkers=4`, `pytest -n auto`). For this skill to be useful, it needs specific implementation details: how to detect test runners, configure parallelization settings, handle shared state, aggregate coverage reports, and manage test dependencies.
Loading SKILL.md…