Auto Test Generator

# Auto Test Generator

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Auto Test Generator" with this command: npx skills add autogame-17/auto-test-generator

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clawhub-install

Download and install skills from ClawHub directly via curl, bypassing official CLI rate limits. Use when the user wants to install one or more ClawHub skills...

Registry SourceRecently Updated
0199
upupc
Coding

Homebrew Bridge

Expose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optio...

Registry SourceRecently Updated
Coding

Dev Tools Pack

Collection of developer tools including Chrome extension templates, AI code reviews, GitHub README generators, SaaS landing pages, tech blogs, and tweet thre...

Registry SourceRecently Updated