testing-helper

Generate unit, integration, and E2E test templates for ElizaOS plugins.

91|44|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/HyperscapeAI/hyperscape --skill testing-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-helper
Source: https://github.com/HyperscapeAI/hyperscape/tree/main/.claude/skills/testing-helper
Command: npx skills add https://github.com/HyperscapeAI/hyperscape --skill testing-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vitest, @elizaos/core/test.

What problem does it solve?

This Skill streamlines the creation of robust test suites for ElizaOS plugins, characters, and actions, ensuring high code quality and preventing regressions. It automates the setup of unit, integration, and end-to-end tests, saving developers significant time in test writing.

Core Features & Use Cases

  • Structured Test Generation: Automatically creates a well-organized __tests__/ directory with templates for unit, integration, and E2E tests.
  • Component-Specific Tests: Generates boilerplate for Action, Provider, and Character tests, including common assertions and mock setups.
  • Use Case: When you finish developing a new ElizaOS plugin, simply ask this Skill to "create tests for my new plugin," and it will scaffold a complete test suite, ready for you to fill in the specific logic, ensuring comprehensive coverage.

Quick Start

Create comprehensive tests for my new ElizaOS plugin.