From autonomous-agent
Provides test design patterns, coverage strategies (80-100% targets), types (unit/integration/E2E), organization, and best practices for comprehensive test suites. Use for new suites, coverage improvement, or test design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autonomous-agent:testing-strategiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides strategies for test design, test coverage, test organization, and testing best practices across different testing types and frameworks.
This skill provides strategies for test design, test coverage, test organization, and testing best practices across different testing types and frameworks.
For each function, create tests for:
tests/
├── unit/
│ ├── test_module1.py
│ └── test_module2.py
├── integration/
│ └── test_api.py
└── e2e/
└── test_workflows.py
Use when creating test suites, improving coverage, fixing failing tests, or designing test strategies.
npx claudepluginhub bejranonda/llm-autonomous-agent-plugin-for-claude --plugin autonomous-agentProvides testing strategies including test pyramid, TDD/BDD, unit/integration/E2E patterns, mocking strategies, test data factories, snapshot testing, and mutation testing. Use for designing test strategies, writing tests, or improving coverage.
Guides test pyramid structure, coverage targets, and patterns for unit, integration, and E2E tests. Includes AAA pattern, naming conventions, and API test checklist.
Provides testing pyramid standards and best practices for UT/IT/SIT/E2E, supporting ISTQB and Industry Pyramid frameworks. Use when writing tests, discussing test coverage, strategy, or naming.