什么是 writing-quality-tests?
编写稳健、高信号自动化测试的指南。当询问“如何有效地测试这个?”、修复不稳定的测试、重构测试套件或在单元/集成/E2E 策略之间做出决定时使用。与 TDD(过程)不同;该技能侧重于测试质量和架构。 来源:ederheisler/agent-skills。
编写稳健、高信号自动化测试的指南。当询问“如何有效地测试这个?”、修复不稳定的测试、重构测试套件或在单元/集成/E2E 策略之间做出决定时使用。与 TDD(过程)不同;该技能侧重于测试质量和架构。
通过命令行快速安装 writing-quality-tests AI 技能到你的开发环境
来源:ederheisler/agent-skills。
High-signal tests prove behavior, not implementation. While TDD focuses on the process of writing tests first, this skill focuses on the artifact—making tests stable, explicit, and valuable long-term.
Core rule: If a test is nondeterministic or tied to internals, it is debt. Fix it.
0) Prove it fails: capture the regression input or wished-for case and watch the test fail first (or reproduce the bug) before code changes. 1) Clarify behavior: preconditions, action, postconditions, invariants. Capture regression input if fixing a bug.
编写稳健、高信号自动化测试的指南。当询问“如何有效地测试这个?”、修复不稳定的测试、重构测试套件或在单元/集成/E2E 策略之间做出决定时使用。与 TDD(过程)不同;该技能侧重于测试质量和架构。 来源:ederheisler/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ederheisler/agent-skills --skill writing-quality-tests编写稳健、高信号自动化测试的指南。当询问“如何有效地测试这个?”、修复不稳定的测试、重构测试套件或在单元/集成/E2E 策略之间做出决定时使用。与 TDD(过程)不同;该技能侧重于测试质量和架构。 来源:ederheisler/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ederheisler/agent-skills --skill writing-quality-tests 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ederheisler/agent-skills