bmad-testarch-ci

Automate CI/CD pipeline setup with test execution and quality gates.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/petrkohut/bmad-todo-app --skill bmad-testarch-ci-petrkohut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-ci
Source: https://github.com/petrkohut/bmad-todo-app/tree/main/.github/skills/bmad-testarch-ci
Command: npx skills add https://github.com/petrkohut/bmad-todo-app --skill bmad-testarch-ci-petrkohut

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the setup of a CI/CD pipeline with test execution and quality gates, streamlining the process and ensuring consistent quality standards.

Core Features & Use Cases

  • CI/CD Pipeline Setup: Automates the creation of CI/CD pipelines for various platforms like GitHub Actions, GitLab CI, Jenkins, Azure DevOps, Harness, and Circle CI.
  • Test Execution: Integrates test execution with the CI/CD pipeline, supporting parallel sharding and flaky test detection.
  • Quality Gates: Configures quality gates like burn-in loops and contract testing to ensure code quality.
  • Use Case: Ideal for teams looking to implement a robust CI/CD pipeline with automated testing and quality assurance.

Quick Start

Use the bmad-testarch-ci skill to set up 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 test execution and quality gates?

Automate CI/CD pipeline setup by configuring test execution, quality gates, and artifact collection directly within your pipeline configuration. This ensures consistent quality standards and streamlines the entire integration process across supported platforms.

Can I use this CI/CD pipeline automation with GitHub Actions, GitLab CI, and Jenkins?

Yes, this CI/CD pipeline automation works with GitHub Actions, GitLab CI, Jenkins, Azure DevOps, Harness, and Circle CI. It automates pipeline creation across these platforms to standardize your integration workflows.

What are quality gates in CI/CD and how do burn-in loops and contract testing work?

Quality gates in CI/CD are automated checks ensuring code quality before deployment. Burn-in loops repeatedly execute tests to catch intermittent failures, while contract testing validates service interactions within your pipeline.

How do I integrate parallel sharding and flaky test detection into my test execution pipeline?

Integrate parallel sharding and flaky test detection into your test execution pipeline by configuring automated test runs. Parallel sharding splits tests across runners to reduce execution time, while flaky test detection identifies inconsistent test results.

What's the best way to configure artifact collection across multiple CI platforms?

The best way to configure artifact collection across multiple CI platforms is using an automated pipeline setup tool. It standardizes artifact collection alongside test execution and quality gates for consistent outputs.