一键导入
tdd-slice
Use when implementing a feature or bugfix with test-first development and you want a disciplined red-green-refactor loop in small vertical slices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when implementing a feature or bugfix with test-first development and you want a disciplined red-green-refactor loop in small vertical slices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when starting work in an unfamiliar repository, resuming after context loss, needing to discover the real source of truth before editing code, or turning a rough onboarding prompt into an execution-ready repo-orientation prompt.
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Use when a local change may hide broader architectural coupling, naming drift, or complexity growth and you need to evaluate it in system context before proceeding.
Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes $caveman, /caveman.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Write, review, and fix GNU Make and Kbuild Makefiles for C/C++ projects, Linux kernel modules, and recursive monorepo builds. Use when the user mentions Makefile, GNU Make, Kbuild, obj-m, KERNELRELEASE, CFLAGS, phony targets, install or clean rules, or wants to create or repair a C/C++ build.
基于 SOC 职业分类
| name | tdd-slice |
| description | Use when implementing a feature or bugfix with test-first development and you want a disciplined red-green-refactor loop in small vertical slices. |
Write one failing behavior, make it pass with minimal code, then repeat. Tests should verify observable behavior through public interfaces.
../plan-griller/SKILL.md - use first when the change is too ambiguous to choose the next test safely../diagnose-loop/SKILL.md - use when the test or runtime behavior is failing for reasons you cannot yet explain