parallel-tasks-execution

Coordinate parallel test-writer and coder-doc-specialist tasks after manual testing passes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/leandro-br-dev/charhub --skill parallel-tasks-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-tasks-execution
Source: https://github.com/leandro-br-dev/charhub/tree/main/docs/agents/coder/skills/orchestration/parallel-tasks-execution
Command: npx skills add https://github.com/leandro-br-dev/charhub --skill parallel-tasks-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate the parallel execution of automated testing and documentation after manual testing has passed.

Core Features & Use Cases

  • Parallel delegation to test-writer and coder-doc-specialist
  • Prepare test environment and run the full test suite
  • Accelerate release readiness by finishing documentation and tests in parallel

Quick Start

Initiate parallel delegation to test-writer and coder-doc-specialist after manual testing passes and monitor completion.

Frequently Asked Questions about parallel-tasks-execution

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

FAQPage Schema
How do I run automated tests and documentation tasks in parallel after manual testing passes?

To run parallel automated testing and documentation tasks after manual testing, this Skill orchestrates simultaneous delegation to test-writer and coder-doc-specialist, monitors completion, prepares the test database via the db-switch script, and executes backend and frontend test suites.

What is the best way to coordinate test-writer and coder-doc-specialist tasks simultaneously?

The best way to coordinate simultaneous test-writer and coder-doc-specialist tasks is through this Skill's parallel delegation mechanism, which dispatches both tasks concurrently and verifies their completion before proceeding to test environment preparation.

How do I prepare a test environment and run backend and frontend test suites after parallel tasks finish?

To prepare the test environment and run backend and frontend test suites after parallel tasks finish, this Skill executes the db-switch script to ready the test database, then triggers the full automated test suite to validate release readiness.

Do I need a db-switch script to prepare the test database before running automated tests?

Yes, you need the db-switch script to prepare the test database before running automated tests, as this Skill requires executing it to switch the database state and ensure the backend and frontend test suites run correctly.

Can I accelerate release readiness by finishing documentation and automated testing in parallel?

Yes, you can accelerate release readiness by finishing documentation and automated testing in parallel, as this Skill delegates both the coding docs and test writing tasks simultaneously to reduce overall preparation time before executing the test suite.

When should I not use parallel orchestration for automated testing and documentation?

You should not use parallel orchestration for automated testing and documentation before manual testing has passed, as this Skill explicitly requires manual testing completion as the trigger to initiate parallel delegation to test-writer and coder-doc-specialist tasks.