Configure CI/CD pipeline testing stages, quality gates, and artifact collection.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use when configuring CI/CD pipeline testing. Run once in Phase 3 after test framework is set up.
Trigger with: "CI pipeline testing", "configure CI tests", "CI/CD testing", "pipeline setup"
Agent: TEA (Murat)
Input: Test framework configuration, _bmad/config.yaml
Output: CI configuration files
From config.yaml or project files, detect: GitHub Actions, GitLab CI, Jenkins, Azure DevOps, CircleCI, or Harness.
lint → unit tests → integration tests → build → e2e tests → deploy (staging) → smoke tests
For each stage:
Create the CI configuration file (e.g., .github/workflows/ci.yml) with all test stages configured.
Define pass/fail criteria:
Save CI config files. Document pipeline in _bmad-output/implementation-artifacts/tests/ci-setup.md.