bmad-tea-testarch-ci

Automate CI/CD quality gates and test execution from workflow configurations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-tea-testarch-ci-rafaellsalmeida
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-tea-testarch-ci
Source: https://github.com/RafaellsAlmeida/lifetrek/tree/main/.agents/skills/bmad-tea-testarch-ci
Command: npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-tea-testarch-ci-rafaellsalmeida

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold CI/CD quality gates and test execution to enforce deterministic builds and reliable software delivery.

Core Features & Use Cases

  • CI/CD scaffolding: Set up a repeatable pipeline skeleton that enforces quality checks.
  • Test execution orchestration: Coordinate test runs within CI cycles and capture results for reporting.
  • Use Case: When teams need rapid, repeatable verification across PRs and deployments, this skill provides an automated CI framework.

Quick Start

Initialize the scaffolded CI pipeline by loading the core workflow from _bmad/core/tasks/workflow.xml and applying the _bmad/tea/workflows/testarch/ci/workflow.yaml configuration.

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 set up CI quality gates for deterministic test execution?

CI quality gates are set up by loading the core workflow configuration and executing the test architecture workflow, which scaffolds repeatable pipeline checks and coordinates test runs to enforce deterministic builds.

What is the best way to automate reproducible build checks across deployments?

Automating reproducible build checks involves applying a CI workflow configuration that validates builds at each deployment stage, saving outputs after every step to ensure consistent verification across environments.

Can I use this CI workflow automation for rapid verification across pull requests?

Yes, CI workflow automation can be used for rapid verification across pull requests by orchestrating test execution within CI cycles and capturing validation gate results for reporting.

Do I need specific dependencies to scaffold a CI pipeline with test execution orchestration?

No specific dependencies are required to scaffold the CI pipeline, as the workflow operates independently by loading its core task configuration and applying the test architecture workflow file.

What limitations should I expect when enforcing validation gates in a CI pipeline?

Validation gates rely on deterministic test runs and reproducible build checks, meaning non-deterministic or flaky tests may cause pipeline failures or inconsistent deployment workflow verification.