ai-ad-test-regression-orchestrator

Orchestrate backend module test generation and CI execution for OpenSpec tasks.

Updated Nov 8, 2025
One-click install
npx skills add https://github.com/wade56754/AI_ad_spend02 --skill ai-ad-test-regression-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-ad-test-regression-orchestrator
Source: https://github.com/wade56754/AI_ad_spend02/tree/main/ai-ad-test-regression-orchestrator
Command: npx skills add https://github.com/wade56754/AI_ad_spend02 --skill ai-ad-test-regression-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates backend module tests, OpenSpec testing gates, and regression CI in a cohesive pipeline with templates and examples.

Core Features & Use Cases

  • Module-level test generation & regression planning: Coordinates with OpenSpec test gates.
  • CI/Regression integration: Generates or augments regression tasks and CI steps.
  • Use Case: Align a module's tests with OpenSpec changes and run regression cycles.

Quick Start

Provide mode and module_name to start generation or CI orchestration; use the given dependencies and flows.

Frequently Asked Questions about ai-ad-test-regression-orchestrator

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

FAQPage Schema
How do I orchestrate regression testing across backend modules with CI integration?

Regression orchestration coordinates end-to-end test generation and CI execution for backend modules. Provide the module name and mode (module_test, change_tasks, or ci_helper) to generate module-specific tests, populate OpenSpec change tasks, and produce ready-to-run CI snippets compatible with your repository and Windows PowerShell environment.

Can I align my backend module tests with OpenSpec testing gates?

Yes. This Skill maps module-level tests to OpenSpec change tasks automatically. It generates deterministic test payloads and CI steps that keep your module tests synchronized with OpenSpec requirements across regression cycles.

How do I generate CI snippets and test artifacts for regression pipelines?

Specify your module name and select ci_helper or change_tasks mode to produce platform-specific CI YAML snippets and test artifacts. The Skill delivers Windows PowerShell-compatible commands and ready-to-run payloads mapped to your backend module structure.

What modes does regression orchestration support for different workflows?

Three modes cover distinct workflows: module_test generates module-level regression tests; change_tasks automatically fills OpenSpec testing gates; ci_helper produces platform-specific CI execution steps and snippets for your controlled repository.

Do I need to manually map test artifacts to CI execution steps?

No. The Skill produces deterministic, mapped artifacts across testing gates and CI steps automatically. It eliminates manual alignment between module tests, OpenSpec change tasks, and regression CI commands.

What environment setup is required before running regression orchestration?

Provide a controlled repository with backend modules and OpenSpec definitions. The Skill requires module names and selected mode; it handles test generation, OpenSpec task population, and Windows PowerShell-compatible CI snippet production within your existing environment.