Automatically generate basic unit/integration tests for OpenClaw
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill auto-test-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Auto Test Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-auto-test-generator)More formats (shields.io, HTML) on the badges page.
---
name: Auto Test Generator
description: Automatically generate basic unit/integration tests for OpenClaw
skills. Use this to improve code quality and prevent regressions during
evolution.
---
# Auto Test Generator
Automatically generate basic unit/integration tests for OpenClaw skills.
Use this to improve code quality and prevent regressions during evolution.
## Usage
```bash
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
```bash
node skills/auto-test-generator/index.js skill-health-monitor
```
Output:
- Creates `skills/skill-health-monitor/test.js`
- Runs it
- Reports success/failure
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.