relentless-tester

Exercise each rdst command via tmux harness and file bugs in beads.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/readysettech/rdst --skill relentless-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relentless-tester
Source: https://github.com/readysettech/rdst/tree/main/skills/relentless-tester
Command: npx skills add https://github.com/readysettech/rdst --skill relentless-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous QA tester that systematically tests every rdst command via tmux harness, applies a quality rubric, and files bugs in beads.

Core Features & Use Cases

  • Systematically exercise each rdst command, validate outputs, and log issues with a consistent rubric.
  • TMUX-based harness to run deterministic, isolated test sessions across multiple targets and areas.
  • Beads-based bug filing integration that groups issues under a readyset epic for traceability.
  • Resume testing from a specific round and area, with per-area cost tracking and progress reporting.

Quick Start

Run the relentless tester against your RDST environment using the tmux harness to begin the autonomous test loop.

Frequently Asked Questions about relentless-tester

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

FAQPage Schema
How do I automate QA testing for my command suite in CI pipelines?

Autonomous QA testing for command suites is handled by systematically exercising each command through a tmux harness, validating outputs against a quality rubric, and logging discovered bugs for CI-like regression runs.

What is the best way to run isolated regression tests across multiple target areas?

Running isolated regression tests is achieved using a tmux-based harness that executes deterministic test sessions across multiple targets, tracking per-area costs and progress to ensure comprehensive end-to-end coverage.

Can I resume a testing workflow from a specific area if a session is interrupted?

Resuming a testing workflow is fully supported, allowing you to restart the autonomous test loop from a specific round and area while maintaining per-area cost accounting and structured bug filing.

Does the bug tracking integration group issues under an epic for traceability?

Bug tracking integration groups discovered issues under a readyset epic using beads-based bug filing, ensuring full traceability for bugs logged during the command validation process.

How do I validate command outputs consistently across all areas of my environment?

Validating command outputs consistently is done by autonomously testing each command, applying a consistent quality rubric to check outputs, and logging any issues found across all required areas.

When do I need a deterministic tmux harness for quality assurance testing?

A deterministic tmux harness is needed when you require isolated, resume-capable test sessions for nightly regression runs or developer testing where comprehensive end-to-end coverage is mandatory.