Test Generator

TDD patterns

$ 설치

git clone https://github.com/databayt/hogwarts /tmp/hogwarts && cp -r /tmp/hogwarts/.claude/skills/test-generator ~/.claude/skills/hogwarts

// tip: Run this command in your terminal to install the skill


name: Test Generator description: TDD patterns version: 1.0.0 category: testing

Test Generation Skill

Test Types

  • Component: Render + interaction
  • Hook: State + effects
  • Action: Server actions
  • E2E: User flows

Coverage

Target: 95%+

Checklist

  • All test types covered
  • Edge cases tested
  • 95%+ coverage