什么是 testing?
iOS/macOS 应用程序的 TDD 和测试技能。涵盖特性测试、TDD 工作流程、测试合同、快照测试和测试基础设施。用于测试驱动开发、向现有代码添加测试或构建测试基础设施。 来源:rshankras/claude-code-apple-skills。
iOS/macOS 应用程序的 TDD 和测试技能。涵盖特性测试、TDD 工作流程、测试合同、快照测试和测试基础设施。用于测试驱动开发、向现有代码添加测试或构建测试基础设施。
通过命令行快速安装 testing AI 技能到你的开发环境
来源:rshankras/claude-code-apple-skills。
Test-driven development workflows and testing infrastructure for Apple platform apps. Works with both new and existing codebases.
characterization-test-generator/ Capture current behavior of existing code before refactoring. Generates tests that document what code actually does (not what it should do), giving you a safety net for AI-assisted refactoring.
tdd-bug-fix/ Reproduce-first bug fix workflow. Write a failing test that demonstrates the bug, then fix it. Ensures the bug never regresses — critical when AI generates fixes.
iOS/macOS 应用程序的 TDD 和测试技能。涵盖特性测试、TDD 工作流程、测试合同、快照测试和测试基础设施。用于测试驱动开发、向现有代码添加测试或构建测试基础设施。 来源:rshankras/claude-code-apple-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill testingiOS/macOS 应用程序的 TDD 和测试技能。涵盖特性测试、TDD 工作流程、测试合同、快照测试和测试基础设施。用于测试驱动开发、向现有代码添加测试或构建测试基础设施。 来源:rshankras/claude-code-apple-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/rshankras/claude-code-apple-skills --skill testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/rshankras/claude-code-apple-skills