一键导入
tdd
Practice test-driven development for new features and bug fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Practice test-driven development for new features and bug fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement production changes with or without new test coverage.
Prepare commits, push a branch, and create a draft PR targeting your base branch.
Review a branch or PR for merge readiness and produce a QA report.
Behavior-first test guidance.
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.
Create a product brief document for a feature or project.
| name | tdd |
| description | Practice test-driven development for new features and bug fixes. |
This skill is performed in the Developer persona. If you are not already running as Developer (for example, the user invoked /tdd directly), read subagents/developer.md and adopt its role guidance for the rest of this task. Stay in the current chat—do not delegate to a subagent.
Use a red -> green -> refactor workflow for changes that should be test-first.
Use /code instead when the work is implementation-heavy but not centered on new automated test coverage, such as tooling, config, or linting work.