agh-qa-bootstrap

Create an isolated deterministic AGH QA lab with a bootstrap manifest.

182|8|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/compozy/agh --skill agh-qa-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agh-qa-bootstrap
Source: https://github.com/compozy/agh/tree/main/.agents/skills/agh/agh-qa-bootstrap
Command: npx skills add https://github.com/compozy/agh --skill agh-qa-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It eliminates the repeated “set up the QA lab from scratch” work by generating an isolated, deterministic AGH runtime workspace and a canonical bootstrap contract for downstream real-scenario QA runs.

Core Features & Use Cases

  • Deterministic local QA lab creation: creates an isolated scenario workspace with durable runtime paths, ports, and Unix sockets so QA can be resumed and inspected reliably.
  • Optional playbook materialization: when --playbook is provided, seeds the workspace with playbook-defined workspaces, knowledge files, agents, and an open task tree, replacing a legacy skeleton charter.
  • Canonical handoff for downstream QA: writes qa/bootstrap-manifest.json, qa/bootstrap.env, and evidence scaffolding (scenario contract, behavioral charter, journey log, provider attempt) that downstream QA skills use as the single source of truth.

Quick Start

Ask an AI to run the bootstrap helper to create a fresh isolated QA lab for a scenario and print the resulting bootstrap manifest.

Frequently Asked Questions about agh-qa-bootstrap

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

FAQPage Schema
How do I set up an isolated deterministic local QA lab for reproducible verification?

Bootstrapping an isolated deterministic local QA lab requires generating a scenario workspace with durable runtime paths, ports, and Unix sockets. This approach enforces provider-home isolation and runtime config correctness to guarantee reproducible verification environments.

What is a canonical bootstrap manifest in a QA workflow?

A canonical bootstrap manifest is a contract artifact written under the qa/ directory that serves as the single source of truth for downstream QA skills. It defines the runtime configuration and evidence scaffolding required for real-scenario QA execution.

How do I seed a QA workspace with a predefined playbook and task tree?

You can seed a QA workspace with a predefined playbook by providing the playbook parameter during bootstrap. This materializes playbook-defined workspaces, knowledge files, agents, and an open task tree, replacing any legacy skeleton charter.

Does workspace isolation require specific provider-home configuration for QA runs?

Yes, workspace isolation strictly requires provider-home configuration. The bootstrap process enforces provider-home isolation and validates runtime config correctness to ensure the local-first QA environment remains completely isolated and reproducible.

What evidence contracts are required for downstream real-scenario QA execution?

Downstream real-scenario QA execution requires specific evidence scaffolding including a scenario contract, behavioral charter, journey log, and provider attempt. These artifacts are generated alongside the bootstrap manifest to enforce verification standards.

When should I not use a deterministic QA bootstrap for local testing?

You should avoid using a deterministic QA bootstrap if your local testing does not require downstream real-scenario evidence contracts or continuation-safe reuse. It is specifically designed for workflows needing strict provider-home isolation and reproducible verification.