testing-patterns
⚠Review·Scanned 2/18/2026
The skill provides agent-based, YAML-driven test generation and runners for MCP, API, CLI, and browser tests. It includes explicit instructions to run shell commands like npm run test -- --coverage, make network calls to https://api.example.com/health and https://app.example.com/login, and to omit tools to inherit ALL tools.
Scanned from main at 10a1f16 · Transparency log ↗
$ vett add jezweb/claude-skills/testing-patternsReview findings below
testing-patterns
Agent-based declarative testing with YAML test specs.
Keywords
yaml tests, agent testing, integration tests, mcp test, test mcp, validate mcp, mcp regression, tool test, declarative tests, test specs, live testing, agent execution, test runner, regression tests, api testing, browser testing, e2e tests
When to Use
- Testing MCP servers after changes
- Running integration tests against live systems
- Validating tool behavior
- Creating regression test suites
- Testing APIs without mocks
Quick Start
- Create YAML test spec in
tests/ - Create or use a testing agent
- Run: "Test the [feature] functionality"
- Results saved to
tests/results/
Related Skills
typescript-mcp- Building MCP servers to testcloudflare-mcp-server- Cloudflare-hosted MCP servers