testing-expert
Installation
SKILL.md
testing-expert
DEPRECATED ALIAS — This skill name is deprecated. Use
tddinstead.
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.
Redirect
// Preferred — use the canonical skill name
Skill({ skill: 'tdd' });
// Legacy references to testing-expert are automatically resolved here