automating-tests

Installation
SKILL.md

Test Automation

Build comprehensive test suites following the test pyramid pattern.

Test Pyramid

     /\
    /E2E\      <- Few, slow, expensive
   /------\
  / INTEG  \   <- Some, medium speed
 /----------\
/   UNIT     \ <- Many, fast, cheap
--------------

Focus: Many unit tests, fewer integration tests, minimal E2E tests.

Unit Tests

Installs
1
GitHub Stars
1
First Seen
Jun 16, 2026
automating-tests — arosenkranz/claude-code-config