This one helps you build test automation that doesn't collapse under its own weight. It pushes you toward the test pyramid (70% unit, 20% integration, 10% E2E) instead of the ice cream cone most teams accidentally create. The quick reference card flags common problems like flaky tests and brittle selectors, then shows fixes like quarantining and using data-testid attributes. The CI/CD integration examples are ready to copy, and it coordinates five QE agents to generate tests, hunt down flaky patterns, and optimize execution time. The gotchas section is honest about what goes wrong, like agents generating inverted pyramids or teams quarantining flaky tests forever without fixing them.
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill test-automation-strategy