testing

Testing strategies and methodologies including TDD, E2E testing, and multi-framework support

Content Preview
---
name: testing
description: Testing strategies and methodologies including TDD, E2E testing, and multi-framework support
---

# Testing Skill

Comprehensive testing guidance covering:

- **TDD Workflow**: Red → Green → Refactor cycle with practical examples
- **Test Organization**: Unit / Integration / E2E test structure
- **Framework Support**: pytest, Jest, JUnit5, xUnit, Google Test
- **Mock Strategies**: Only mock external boundaries, not internal logic
- **Coverage Requirements**: 80%+ w
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/testing.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/cc-best/skills/testing/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/cc-best/skills/testing/SKILL.md

Related Skills