Help us improve
Share bugs, ideas, or general feedback.
From hyrex-testgen
TDD London School workflow -- mock-first, outside-in test development
npx claudepluginhub akhilyad/deployy --plugin hyrex-testgenHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-testgen:tdd-workflow <module-path><module-path>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the TDD London School (mock-first) approach:
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
Share bugs, ideas, or general feedback.
Follow the TDD London School (mock-first) approach:
Before starting: mcp__hyrex__hooks_pre-task({ description: "TDD: FEATURE_NAME" })
After completing: mcp__hyrex__hooks_post-task({ taskId: "tdd-FEATURE", success: true, storeResults: true })
Principles:
should [behavior] when [condition]