botoolagent-testbench-quick

Resume a multi-stage testbench workflow from the earliest incomplete stage.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-testbench-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botoolagent-testbench-quick
Source: https://github.com/Botool-Dev-Team/BotoolAgent/tree/main/skills/BotoolAgent/testbench-quick
Command: npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-testbench-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick TestBench mode accelerates debugging by skipping already-completed stages based on existing data and state.

Core Features & Use Cases

  • Smart start-stage detection from prd.md, dev.json, and worktree to skip S1-S3
  • Background execution of the test bench with live progress streaming
  • Template selection via CLAUDE.testbench-quick.md for skip-to-stage navigation

Quick Start

Run the quick test bench to resume from the earliest incomplete stage.

Frequently Asked Questions about botoolagent-testbench-quick

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

FAQPage Schema
How do I resume an automated testbench workflow from an incomplete stage?

To resume an automated testbench workflow, the system detects the earliest incomplete stage from existing artifacts like prd.md and dev.json, automatically skipping previously completed stages to continue the debugging cycle.

How does a testbench detect completed stages to skip during regression testing?

Testbench stage detection works by scanning existing artifacts like prd.md, dev.json, and worktree data to identify finished steps, allowing the workflow to skip stages S1 through S3 and resume from the earliest incomplete point.

Do I need existing prd.md or dev.json files to use quick mode for debugging?

You do not strictly need existing files to use quick mode for debugging. The system implements safe fallbacks for missing data, dynamically selecting templates via CLAUDE.testbench-quick.md even when prior artifacts are unavailable.

Can I run testbench.sh in the background with live progress streaming?

You can run testbench.sh in the background with live progress streaming. The system executes the test bench process asynchronously while continuously streaming execution updates to track the debugging workflow status.

What is the best way to skip completed stages in a multi-stage debugging workflow?

The best way to skip completed stages in a multi-stage debugging workflow is using quick testbench mode, which reads existing worktree states and development artifacts to fast-forward through previously finished steps.