Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub bejranonda/llm-autonomous-agent-plugin-for-claude --plugin autonomous-agentHow 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.
Provides 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.
Creates and manages unit and integration tests by analyzing codebase, auto-detecting test frameworks, and generating tests that follow project conventions.
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.
Share bugs, ideas, or general feedback.
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.