Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add eddiebe147/claude-settings --skill "Test Generator"
Install specific skill from multi-skill repository
# Description
Generate comprehensive test suites including unit tests, integration tests, and E2E tests
# SKILL.md
name: Test Generator
slug: test-generator
description: Generate comprehensive test suites including unit tests, integration tests, and E2E tests
category: technical
complexity: intermediate
version: "1.0.0"
author: "ID8Labs"
triggers:
- "generate tests"
- "write tests"
- "test coverage"
tags:
- testing
- test-generation
- quality
Test Generator
Generate comprehensive test suites that catch bugs before production. From unit tests to E2E scenarios, create tests that give you confidence to ship.
Core Workflows
Workflow 1: Unit Test Generation
- Analyze Code - Understand function inputs/outputs
- Happy Path - Test expected behavior
- Edge Cases - Test boundary conditions
- Error Cases - Test failure scenarios
- Mocking - Create mocks for dependencies
Workflow 2: E2E Test Generation
- User Flows - Identify critical paths
- Test Scenarios - Write step-by-step tests
- Selectors - Define robust element selectors
- Assertions - Verify expected outcomes
- Data Setup - Handle test data
Quick Reference
| Action | Command |
|---|---|
| Generate unit tests | "Generate tests for [function]" |
| E2E tests | "Create E2E tests for [flow]" |
| Coverage report | "Analyze test coverage" |
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.