testing-helper

Community

Generate comprehensive tests for ElizaOS components.

AuthorDexploarer
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation of comprehensive test suites for ElizaOS plugins, characters, and actions, ensuring high code quality and reliability. It saves developers time by generating boilerplate for unit, integration, and E2E tests.

Core Features & Use Cases

  • Structured Test Generation: Creates organized __tests__/unit, integration, and e2e directories with appropriate test files.
  • Component-Specific Templates: Provides templates for testing actions, providers, and character configurations.
  • Coverage Enforcement: Guides towards >80% code coverage, covering error scenarios and edge cases.
  • Use Case: When you finish developing a new ElizaOS plugin, simply ask this skill to "create tests for my new plugin," and it will generate a full suite of unit, integration, and E2E tests based on best practices.

Quick Start

Create comprehensive tests for my new ElizaOS plugin named 'my-new-plugin'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: testing-helper
Download link: https://github.com/Dexploarer/hyper-forge/archive/main.zip#testing-helper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository