Automatically 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共 1 个版本