testing-expert

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

testing-expert

testing-expert

DEPRECATED ALIAS — This skill name is deprecated. Use
tdd
instead.
Skill({ skill: "tdd" })
is the canonical invocation.
This entry exists so that agents referencing
testing-expert
do not fail with a missing-skill error. All execution is delegated to the
tdd
skill.
已弃用别名 — 此技能名称已被弃用,请改用
tdd
Skill({ skill: "tdd" })
是标准调用方式。
此条目存在的目的是为了让引用
testing-expert
的agents不会因技能缺失报错。 所有执行操作都将委托给
tdd
skill。

Redirect

重定向

javascript
// Preferred — use the canonical skill name
Skill({ skill: 'tdd' });

// Legacy references to testing-expert are automatically resolved here
javascript
// 推荐方式 — 使用标准技能名称
Skill({ skill: 'tdd' });

// 此处会自动解析对testing-expert的旧版引用

What This Skill Does

该技能的功能

See
.claude/skills/tdd/SKILL.md
for the full skill specification.
tdd
covers:
  • Canon Test-Driven Development (Red-Green-Refactor)
  • Unit, integration, and e2e test patterns
  • Test fixture design and mock strategies
  • Coverage measurement and quality gates
  • AI-agent TDD workflows
完整的技能规范请查看
.claude/skills/tdd/SKILL.md
tdd
包含以下内容:
  • 标准测试驱动开发(红-绿-重构)
  • 单元测试、集成测试和端到端测试模式
  • 测试夹具设计与模拟策略
  • 覆盖率测量与质量门禁
  • AI-agent TDD工作流

Memory Protocol

内存协议

Read
.claude/context/memory/learnings.md
before starting. Write any testing discoveries to
.claude/context/memory/learnings.md
.
开始前请阅读
.claude/context/memory/learnings.md
。 请将所有测试相关的发现写入
.claude/context/memory/learnings.md