Agent Skills: testing-expert

Deprecated alias for tdd skill

UncategorizedID: oimiragieo/agent-studio/testing-expert

Install this agent skill to your local

pnpm dlx add-skill https://github.com/oimiragieo/agent-studio/tree/HEAD/.claude/skills/_archive/testing-expert

Skill Files

Browse the full folder contents for testing-expert.

Download Skill

Loading file tree…

.claude/skills/_archive/testing-expert/SKILL.md

Skill Metadata

Name
testing-expert
Description
Deprecated alias for tdd skill

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.

Redirect

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

// Legacy references to testing-expert are automatically resolved here

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

Memory Protocol

Read .claude/context/memory/learnings.md before starting. Write any testing discoveries to .claude/context/memory/learnings.md.