From patchy-bot
This skill should be used when the user asks about "testing strategy", "what should I test", "test plan", "testing approach", "test coverage plan", "how to test this", "unit vs integration tests", "E2E testing", "test pyramid", "test architecture", "test data management", "CI test pipeline", or when building a new feature and needs guidance on which tests to write. For writing actual tests, prefer test-master or tdd-workflow skills instead.
npx claudepluginhub kman182401/patchy-operationalThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Design a practical testing strategy that catches real bugs without slowing development.
Before recommending test types, clarify:
Apply the right test type at the right level:
/ E2E \ Few — expensive, slow, brittle
/----------\
/ Integration \ Some — test boundaries and contracts
/----------------\
/ Unit Tests \ Many — fast, cheap, isolated
/--------------------\
Good tests are:
Produce a testing strategy document with: