test-driven-development
About
This Claude Skill enforces strict test-driven development by requiring you to write failing tests first before any implementation code. It follows the RED/GREEN/REFACTOR cycle where you write a test, verify it fails, write minimal code to pass, then refactor. Use this skill for all new features, bug fixes, and behavior changes to ensure test-first development practices.
Quick Install
Claude Code
Recommendednpx skills add bobmatnyc/claude-mpm -a claude-code/plugin add https://github.com/bobmatnyc/claude-mpmgit clone https://github.com/bobmatnyc/claude-mpm.git ~/.claude/skills/test-driven-developmentCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
webapp-testing
TestingThis Claude Skill provides automated webapp testing using Playwright with a reconnaissance-first approach. It focuses on verifying server state and page load before testing, and includes capabilities for server management, UI testing, and visual debugging. Use it when testing web applications with Playwright for server verification, frontend debugging, and comprehensive UI testing.
test-skill-e2e-1771211948387
TestingThis skill validates end-to-end knowledge base indexing and search functionality for testing purposes. It specifically tests CSV schema verification and search capabilities. Developers should use it to verify their knowledge base systems are working correctly.
axiom-ui-recording
TestingThis skill helps developers set up and enhance UI test recording in Xcode 26, based on WWDC 2025-344. It guides you through recording tests via app interaction, replaying them across multiple configurations, and improving test stability. Use it when configuring test plans for reliable, automated UI testing workflows.
axiom-xctest-automation
TestingThis skill provides comprehensive guidance for writing reliable XCUITests, covering element queries, waiting strategies, and accessibility identifiers. It helps developers implement stable UI automation with best practices like condition-based waiting and clean test isolation. Use it when writing, running, or debugging iOS UI tests to improve test reliability and maintainability.
