testing-expert

📁 oimiragieo/agent-studio 📅 Jan 27, 2026
10
总安装量
2
周安装量
#29142
全站排名
安装命令
npx skills add https://github.com/oimiragieo/agent-studio --skill testing-expert

Agent 安装分布

clawdbot 1
github-copilot 1

Skill 文档

Testing Expert (DEPRECATED)

DEPRECATION NOTICE: This skill has been merged into the tdd skill.

Use instead: Skill({ skill: "tdd" })

The tdd skill now includes all testing-expert capabilities plus comprehensive TDD methodology.

Redirect

The tdd skill now provides:

  • TDD Methodology: Red-Green-Refactor cycle with Iron Laws
  • Framework Testing: Angular (Jasmine/Karma), Cypress, Playwright
  • Anti-Patterns: Testing anti-patterns reference guide
  • Verification: Verification checklists for test quality

Migration

If you were using testing-expert, switch to:

// Before
Skill({ skill: 'testing-expert' });

// After
Skill({ skill: 'tdd' });

The tdd skill includes an aliases: [testing-expert] directive, so invoking testing-expert will automatically load the tdd skill.

Original Content

For reference, the original testing-expert content has been incorporated into the tdd skill’s “Framework-Specific Testing Guidelines” section.


Deprecated on: 2026-01-25 Merged into: .claude/skills/tdd/SKILL.md