bmad-testarch-ci

Generate CI/CD pipeline configurations with quality gates and flaky test detection.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/peshay/portfolixir --skill bmad-testarch-ci-peshay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-ci
Source: https://github.com/peshay/portfolixir/tree/main/.claude/skills/bmad-testarch-ci
Command: npx skills add https://github.com/peshay/portfolixir --skill bmad-testarch-ci-peshay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-actions, gitlab-ci, azure-devops, harness, circle-ci, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the setup of a CI/CD pipeline with built-in quality gates and flaky test detection, ensuring consistent and reliable test execution.

Core Features & Use Cases

  • CI/CD Pipeline Setup: Generates platform-specific CI configuration files for GitHub Actions, GitLab CI, Azure DevOps, Harness, or Circle CI.
  • Quality Gates: Configures burn-in loops for flaky test detection and defines minimum pass rates for test stability.
  • Test Execution: Orchestration of parallel test execution with sharding and artifact collection.
  • Use Case: Imagine you need to set up a CI pipeline for a web application. This Skill will create the necessary pipeline configuration, enable quality gates, and run tests in parallel to ensure stability and reliability.

Quick Start

Run the 'bmad-testarch-ci' skill to automatically generate a CI/CD pipeline for your project.

Frequently Asked Questions about bmad-testarch-ci

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

FAQPage Schema
How do I automate CI/CD pipeline setup with flaky test detection?

Automate CI/CD pipeline setup with flaky test detection by generating platform-specific configuration files, configuring quality gates with burn-in loops, and running tests in parallel for reliable execution.

Does bmad-testarch-ci work with GitHub Actions and GitLab CI?

Yes, bmad-testarch-ci supports GitHub Actions, GitLab CI, Azure DevOps, Harness, and Circle CI. It generates platform-specific CI configuration files and requires CI platform and framework-specific tools to run.

How do I configure quality gates and minimum pass rates for test stability?

Configure quality gates for test stability by defining minimum pass rates and setting up burn-in loops for flaky test detection. This ensures consistent and reliable test execution within your pipeline.

What is the best way to run tests in parallel with sharding and artifact collection?

The best way to run tests in parallel with sharding and artifact collection is through CI/CD pipeline orchestration, which distributes test execution across multiple runners to ensure stability and reliable results.

Can I use this CI/CD pipeline setup for a web application project?

Yes, you can use this CI/CD pipeline setup for web applications. It creates the necessary pipeline configuration, enables quality gates, and orchestrates parallel test execution to ensure project stability and reliability.