From agent-mail-notifier
Enforces Dave Farley–style fast feedback by defining Python unit, adapter, contract, and acceptance testing playbooks; use when planning or diagnosing tests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-mail-notifier:python-test-strategyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Activate this Skill for any testing question: choosing coverage, fixing flaky suites, or designing new checks.
Activate this Skill for any testing question: choosing coverage, fixing flaky suites, or designing new checks.
test-pyramid.md.metrics.md in mind.uv run pytest path/to/test.py -k scenario until green.TestClient and override dependencies with fakes or WireMock equivalents.python-hexagonal-development when new features require both design and coverage decisions.npx claudepluginhub gonya990/unified_system_coreDesigns pytest test suite architecture and coverage for Python 3.11+ projects: fixtures, parametrization, test pyramid, AAA pattern, unit/integration/E2E strategies.
Use when writing tests, designing test strategy, or reviewing test coverage. Covers test pyramid, naming, mocking, and flaky test policy.
Design testing strategies (unit, integration, end-to-end, performance) that catch bugs without creating bottlenecks. Use when scaling testing or improving release confidence.