Agent skill

testing-tdd-london-mcp-tools

Sub-skill of testing-tdd-london: MCP Tools (+2).

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/testing/testing-tdd-london/mcp-tools

SKILL.md

MCP Tools (+2)

MCP Tools

javascript
// Store successful test patterns
  action: "store",
  namespace: "test-patterns",
  key: "order_processing_mocks",
  value: JSON.stringify(mockDefinitions)
});

// Share contracts across swarm
  action: "store",
  namespace: "test-contracts",
  key: "user_service_contract",
  value: JSON.stringify(userServiceContract)
});

Hooks

bash
# Pre-test: Coordinate with swarm

# Post-test: Share results

Related Skills

  • testing-production - Production validation
  • planning-code-goal - TDD integration in SPARC
  • webapp-testing - Web application testing

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results