test-coordination

Coordinate parallel /tests-review and /tests-create runs for modified files.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/tigredonorte/claude-plugin-work --skill test-coordination
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coordination
Source: https://github.com/tigredonorte/claude-plugin-work/tree/main/skills/test-coordination
Command: npx skills add https://github.com/tigredonorte/claude-plugin-work --skill test-coordination

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate test enhancement tasks by orchestrating parallel /tests-review and /tests-create runs to improve modified-file coverage.

Core Features & Use Cases

  • Parallel orchestration of /tests-review and /tests-create to accelerate coverage for modified files.
  • Automatic task state tracking and result aggregation across a dedicated task directory.
  • Reuse of existing work-in-progress branches and PRs to minimize conflicts.

Quick Start

Invoke Skill(test-coordination): TICKET_ID to start coordinating test reviews and test creation.

Frequently Asked Questions about test-coordination

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

FAQPage Schema
What is parallel test coordination for modified files?

Test coordination orchestrates parallel execution of test reviews and test creation to improve coverage for modified files. It launches agents, tracks task state, aggregates feedback, and reports the final status automatically.

How do I automate test coverage enhancement using a ticket ID?

Automate test coverage enhancement by invoking the coordination skill with a ticket ID or current branch context. It launches parallel review and creation agents, tracks state in a dedicated directory, and aggregates results for modified files.

Can I reuse work-in-progress branches when coordinating test reviews?

Yes, test coordination reuses existing work-in-progress branches and pull requests to minimize conflicts. It operates on a specified ticket ID or derives context from the current branch to safely integrate parallel test enhancements.

Does parallel test execution aggregate feedback from multiple agents?

Yes, parallel test execution aggregates feedback from multiple agents. It tracks task state across a dedicated directory and compiles the final status from both test review and test creation processes to report comprehensive coverage results.

What are the limitations of coordinating parallel test reviews?

Test coordination is limited to improving coverage for modified files and relies on a specified ticket ID or current branch context. It depends on underlying review and creation agents to successfully execute and aggregate final feedback.