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'.