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.

by jezweb·v10a1f16·47.4 KB·159 installs
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

  1. Create YAML test spec in tests/
  2. Create or use a testing agent
  3. Run: "Test the [feature] functionality"
  4. Results saved to tests/results/

Related Skills

  • typescript-mcp - Building MCP servers to test
  • cloudflare-mcp-server - Cloudflare-hosted MCP servers