auto-test-execution

Community

Enforce execute-before-return for agents.

Authorjmagly
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill ensures that code-generating AI agents execute tests on their output before returning it, preventing the delivery of broken code and enforcing a critical development best practice.

Core Features & Use Cases

  • Automated Test Execution: Triggers tests automatically when source code files are modified.
  • Failure Handling: Manages test failures by initiating a debug-and-retry loop.
  • Use Case: When a 'software-implementer' agent generates new TypeScript code, this skill will automatically run the relevant unit tests. If they pass, the code is returned; if they fail, the agent attempts to fix the issue up to three times before escalating.

Quick Start

Use the auto-test-execution skill to verify changes made to the src/utils/helpers.ts file.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: auto-test-execution
Download link: https://github.com/jmagly/aiwg/archive/main.zip#auto-test-execution

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.