ai-ad-agents-test-orchestrator

Community

Automate agent test patrols for quality gates.

Authorwade56754
Version1.0.0
Installs0

System Documentation

What problem does it solves?

Ensuring the quality and stability of AI agents after code changes requires continuous testing, but full test runs can be time-consuming. This Skill orchestrates static test patrols for AI agents, automatically mapping code changes to relevant tests, executing them one by one, and providing a quality gate verdict for deployment.

Core Features & Use Cases

  • Change-Driven Test Selection: Automatically identifies and runs only tests relevant to recent code changes in agents/ or skills/ directories.
  • Static Test Execution Orchestration: Calls ai-ad-agents-test-runner to perform static analysis-based tests, tracking PASS/FAIL/UNCERTAIN outcomes.
  • Quality Gate Verdict: Provides a clear "BLOCK", "ALLOW", or "WARN" verdict based on test results, acting as a pre-CI/CD quality gate.
  • Use Case: After modifying an AI agent's core logic, use this Skill to automatically run a targeted test patrol. It will identify affected tests, execute them statically, and tell you if your changes are safe to proceed to full CI/CD, accelerating your development and ensuring quality.

Quick Start

Use ai-ad-agents-test-orchestrator with "auto" scope for changed files 'agents/agent_core/fe_agent.py' and 'agents/tools/fs_tool.py'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ai-ad-agents-test-orchestrator
Download link: https://github.com/wade56754/AI_ad_spend02/archive/main.zip#ai-ad-agents-test-orchestrator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository