ai-ad-agents-test-runner

Community

Statically analyze agent tests, no execution needed.

Authorwade56754
Version1.0.0
Installs0

System Documentation

What problem does it solves?

Running full test suites for AI agents can be slow and resource-intensive during development. This Skill provides a fast, static analysis-based unit test simulation for agents/ related code, allowing developers to quickly infer test outcomes without actual execution.

Core Features & Use Cases

  • Static Test Simulation: Infers PASS/FAIL/UNCERTAIN outcomes by analyzing test and agent code, saving execution time.
  • Test Discovery: Automatically enumerates all test functions within the tests/agents/ directory.
  • Progress Tracking: Maintains test execution status (PENDING/FINISHED) through structured output, keeping you informed.
  • Use Case: During active development of an AI agent, use this Skill to quickly check if a new feature or bug fix has broken existing unit tests without needing to spin up a full test environment, accelerating your development cycle.

Quick Start

Use ai-ad-agents-test-runner in "DISCOVERY" mode to list all available agent tests.

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-runner
Download link: https://github.com/wade56754/AI_ad_spend02/archive/main.zip#ai-ad-agents-test-runner

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