test-driven-development
关于
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.
快速安装
Claude Code
推荐npx 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-development在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
相关推荐技能
webapp-testing
测试该Skill为开发者提供基于Playwright的自动化Web应用测试方案,特别强调"先侦察后操作"的原则。它具备服务器状态管理、UI测试和可视化调试等核心功能,确保在验证服务器运行和页面加载正常后再执行测试操作。适用于需要可靠端到端测试、前端调试和网络状态监控的Web应用测试场景。
test-skill-e2e-1771211948387
测试这是一个用于端到端测试知识库索引系统的验证工具。它能够测试知识索引、搜索功能以及CSV模式验证,主要用于开发过程中验证知识库系统的完整性和可靠性。开发者可以通过此技能确保知识库的索引和搜索功能正常工作。
axiom-ui-recording
测试该Skill帮助开发者在Xcode 26中设置UI测试录制功能,通过记录用户交互自动生成Swift测试代码。它专注于增强录制测试的稳定性,并支持配置多环境重放的测试方案。基于WWDC 2025-344的最佳实践,适用于需要快速创建可靠UI自动化测试的工作场景。
axiom-xctest-automation
测试这个Skill为XCUITest开发提供自动化指导,涵盖测试编写、运行和调试全流程。它重点讲解元素定位策略、条件等待方法和测试隔离原则,帮助创建可靠的UI测试。内容包含SwiftUI/UIKit的accessibilityIdentifier实现、测试计划配置以及CI/CD集成模式。
