test-generation

Installation
SKILL.md

Test Generation

Generate comprehensive tests for code.

Capabilities

  • Generate unit tests for functions and classes
  • Create integration tests for APIs and services
  • Build test fixtures and mocks
  • Cover edge cases and error conditions

Test Structure

import pytest

class TestClassName:
    """Tests for ClassName."""
Installs
10
GitHub Stars
4
First Seen
Jan 24, 2026
test-generation — tatat/agents-playground