·writing tests
</>

writing tests

ntcoding/claude-skillz

编写有效、可维护的测试的原则。涵盖命名约定、断言最佳实践和全面的边缘案例清单。基于 Gojko Adzic 的 BugMagnet。

2安装·0热度·@ntcoding

安装

$npx skills add https://github.com/ntcoding/claude-skillz --skill writing tests

SKILL.md

How to write tests that catch bugs, document behavior, and remain maintainable.

🚨 Test names describe outcomes, not actions. "returns empty array when input is null" not "test null input". The name IS the specification.

🚨 Assertions must match test titles. If the test claims to verify "different IDs", assert on the actual ID values—not just count or existence.

编写有效、可维护的测试的原则。涵盖命名约定、断言最佳实践和全面的边缘案例清单。基于 Gojko Adzic 的 BugMagnet。 来源:ntcoding/claude-skillz。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ntcoding/claude-skillz --skill writing tests
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 writing tests?

编写有效、可维护的测试的原则。涵盖命名约定、断言最佳实践和全面的边缘案例清单。基于 Gojko Adzic 的 BugMagnet。 来源:ntcoding/claude-skillz。

如何安装 writing tests?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ntcoding/claude-skillz --skill writing tests 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/ntcoding/claude-skillz