·writing-quality-tests
</>

writing-quality-tests

编写稳健、高信号自动化测试的指南。当询问“如何有效地测试这个?”、修复不稳定的测试、重构测试套件或在单元/集成/E2E 策略之间做出决定时使用。与 TDD(过程)不同;该技能侧重于测试质量和架构。

9安装·1热度·@ederheisler

安装

$npx skills add https://github.com/ederheisler/agent-skills --skill writing-quality-tests

如何安装 writing-quality-tests

通过命令行快速安装 writing-quality-tests AI 技能到你的开发环境

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

来源:ederheisler/agent-skills。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from ederheisler/agent-skills

快速解答

什么是 writing-quality-tests?

编写稳健、高信号自动化测试的指南。当询问“如何有效地测试这个?”、修复不稳定的测试、重构测试套件或在单元/集成/E2E 策略之间做出决定时使用。与 TDD(过程)不同;该技能侧重于测试质量和架构。 来源:ederheisler/agent-skills。

如何安装 writing-quality-tests?

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

这个 Skill 的源码在哪?

https://github.com/ederheisler/agent-skills