Auto Test Generator

Auto Test Generator

javimosch 9b88242 708 B Updated

File contents

Auto Test Generator

Automatically generate basic unit/integration tests for OpenClaw skills. Use this to improve code quality and prevent regressions during evolution.

Usage

node skills/auto-test-generator/index.js <skill-name>

How It Works

  1. Scans the target skill directory.
  2. Analyzes index.js for exports.
  3. Generates a test.js file with basic assertions (module loads, --help works).
  4. Runs the generated test immediately.

Example

node skills/auto-test-generator/index.js skill-health-monitor

Output:

  • Creates skills/skill-health-monitor/test.js
  • Runs it
  • Reports success/failure

javimosch/open-claw-skills/tree/main/skills/autogame-17/auto-test-generator commit 9b88242053

Frequently asked questions

npx skillmds@latest add javimosch/auto-test-generator