Install
openclaw skills install auto-test-generatorAutomatically create and run basic unit/integration tests for OpenClaw skills to ensure code quality and prevent regressions.
openclaw skills install auto-test-generatorAutomatically generate basic unit/integration tests for OpenClaw skills. Use this to improve code quality and prevent regressions during evolution.
node skills/auto-test-generator/index.js <skill-name>
index.js for exports.test.js file with basic assertions (module loads, --help works).node skills/auto-test-generator/index.js skill-health-monitor
Output:
skills/skill-health-monitor/test.js