test-automation-strategy
✓Design and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency.
Installation
SKILL.md
Test Pyramid | Layer | % | Speed | Isolation | Examples |
| Unit | 70% | < 1ms | Complete | Pure functions, logic | | Integration | 20% | < 1s | Partial | API, database | | E2E | 10% | < 30s | None | User journeys |
| Fast | Quick execution | Mock external deps | | Isolated | No shared state | Fresh fixtures per test | | Repeatable | Same result every time | No random data | | Self-validating | Clear pass/fail | Assert, don't print | | Timely | Written with code | TDD, not after |
Design and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency. Source: proffesor-for-testing/agentic-qe.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill test-automation-strategy- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is test-automation-strategy?
Design and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency. Source: proffesor-for-testing/agentic-qe.
How do I install test-automation-strategy?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill test-automation-strategy Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/proffesor-for-testing/agentic-qe
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01