bmad-tea-testarch-ci

Scaffold CI/CD pipelines with deterministic test execution from workflow configs.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-tea-testarch-ci-lucadeleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-tea-testarch-ci
Source: https://github.com/LucaDeLeo/ASTN/tree/main/.agents/skills/bmad-tea-testarch-ci
Command: npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-tea-testarch-ci-lucadeleo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds CI/CD pipelines with integrated test execution to ensure consistent quality across codebases.

Core Features & Use Cases

  • Scaffold a CI/CD pipeline skeleton for new projects.
  • Integrate deterministic test execution into the workflow.
  • Use case: when teams want repeatable builds and enforced quality gates.

Quick Start

Run the scaffold tool to generate a CI/CD pipeline configured for test execution in your repository.

Frequently Asked Questions about bmad-tea-testarch-ci

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

FAQPage Schema
How do I scaffold a CI/CD pipeline with automated quality gates?

You can scaffold a CI/CD pipeline with automated quality gates by applying workflow-config driven execution that standardizes builds and integrates deterministic test execution across local and CI environments.

What is workflow-config driven execution for CI pipelines?

Workflow-config driven execution is a process that reads YAML configuration files to load and execute core workflow tasks, ensuring deterministic test-driven pipeline behavior and enforced quality gates.

How do I integrate deterministic test execution into my build workflow?

You integrate deterministic test execution by scaffolding a test architecture pipeline that reads workflow configurations and applies template processing to persist standardized test outputs across environments.

Can I enforce quality gates locally before pushing to CI?

Yes, the scaffolded pipeline supports CI gates and workflow-config driven execution across both local and CI environments to ensure repeatable builds and standardized test execution.

Does this pipeline scaffolding approach work for new projects needing standardized builds?

Yes, it scaffolds a CI/CD pipeline skeleton specifically designed for new projects needing deterministic test-driven pipelines, enforcing consistent quality gates and repeatable builds across the codebase.