Writing Tests

Write unit, integration, and E2E tests that follow the testing pyramid, the Arrange-Act-Assert pattern, the should_X_when_Y naming convention, and meet a 75% (target 80%) branch coverage gate per supported OS. Use when the user asks to write tests, add coverage, build a test suite, fix flaky tests, or verify a feature with tests. For TDD bug fixes use fixing-bugs; for TDD feature work use developing-features-tdd.

Cristhianzl Updated

File contents

Cristhianzl/claude-skills-czl/tree/main/configs/agnostic/skills/writing-tests commit 37b88cf114

Frequently asked questions

npx skillmds@latest add cristhianzl/writing-tests