test-auto

Installation
SKILL.md

Test Automation

Create comprehensive test suites following the testing pyramid.

When to Use

  • Setting up tests for new code
  • User asks to "add tests" or "improve coverage"
  • Before refactoring (add tests first)
  • Implementing CI/CD test pipelines

Testing Pyramid

    /\        E2E (few, critical paths)
   /  \       Integration (moderate)
  /____\      Unit (many, fast)
Installs
37
GitHub Stars
76
First Seen
Jan 22, 2026
test-auto — htlin222/dotfiles