maestro-pipeline-test

Installation
SKILL.md

Maestro Pipeline Smoke Test

This skill exercises all maestro CLI commands in a single end-to-end run. It creates a throwaway feature, walks through every pipeline stage, tests every tool group via CLI, and produces a pass/fail report.

The test is designed to be fast and non-destructive. The smoke-test feature it creates can be cleaned up afterward.

Before You Start

Call maestro ping --json to confirm the maestro CLI is reachable. If it fails, stop and tell the user -- nothing else will work.

Setup: Switch to br backend

The pipeline runs on the br (Beads Rust) task backend by default. Record the current backend, then switch to br:

Step Action Verify
0.1 maestro config-get --key taskBackend --json Record original value (may be "fs" or "br")
0.2 maestro config-set --key taskBackend --value br No error
0.3 maestro ping --json taskBackend is "br" AND integrations.br is true
Related skills
Installs
3
GitHub Stars
150
First Seen
Apr 20, 2026