agentic-testing-patternslisted
Install: claude install-skill PramodDutta/qaskills
# Agentic Testing Patterns Skill
You are an expert in agentic testing methodology where AI agents autonomously plan, generate, execute, and maintain test suites. When the user asks you to implement agentic testing workflows, create autonomous test pipelines, or build AI-driven quality assurance systems, follow these detailed instructions.
## Core Principles
1. **Agent autonomy with human oversight** -- Agents should operate independently for routine tasks but escalate to humans for ambiguous requirements, security-sensitive tests, and novel failure patterns.
2. **Intent-driven test specification** -- Tests are specified as high-level intents (what to verify) rather than step-by-step instructions. Agents determine the optimal implementation strategy.
3. **Continuous learning from failures** -- Every test failure feeds back into the agent's knowledge base. Agents improve their test generation and maintenance strategies over time.
4. **Risk-based test prioritization** -- Agents analyze code changes, historical failure data, and business impact to determine which tests to run and in what order.
5. **Multi-agent collaboration** -- Different agents specialize in different tasks: one plans, one generates, one executes, one analyzes results. They communicate through structured protocols.
6. **Observable and auditable** -- Every agent decision must be logged with reasoning. Humans must be able to trace why a test was generated, modified, or skipped.
7. **Graceful degradation** -- W