·testing-strategies
</>

testing-strategies

miles990/claude-software-skills

Unit, integration, E2E testing and TDD practices

10Installs·1Trend·@miles990

Installation

$npx skills add https://github.com/miles990/claude-software-skills --skill testing-strategies

SKILL.md

Testing pyramid, patterns, and practices for building reliable software.

| Unit | Fast (ms) | Single function/class | Many (70%) | | Integration | Medium (s) | Multiple components | Some (20%) | | E2E | Slow (min) | Full system | Few (10%) |

| Line | Percentage of lines executed | | Branch | Percentage of if/else branches taken | | Function | Percentage of functions called | | Statement | Percentage of statements executed |

Unit, integration, E2E testing and TDD practices Source: miles990/claude-software-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/miles990/claude-software-skills --skill testing-strategies
Category
</>Dev Tools
Verified
First Seen
2026-02-16
Updated
2026-02-18

Quick answers

What is testing-strategies?

Unit, integration, E2E testing and TDD practices Source: miles990/claude-software-skills.

How do I install testing-strategies?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/miles990/claude-software-skills --skill testing-strategies Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/miles990/claude-software-skills