1---2name: testing3description: Testing Skills4---56# Testing Skills78## What this domain covers910Testing strategy and patterns for unit, widget, and integration tests; mocking; golden tests; and CI stability.1112## When to read it1314- Bugs keep coming back (need regression tests).15- UI changes accidentally break layouts at different sizes.16- CI is flaky or slow.1718## Subtopics1920- Unit tests: [unit_tests.md](./unit_tests.md)21- Widget tests: [widget_tests.md](./widget_tests.md)22- Integration tests: [integration_tests.md](./integration_tests.md)23- Mocking: [mocking.md](./mocking.md)24- Golden tests: [golden_tests.md](./golden_tests.md)25- CI testing: [ci_testing.md](./ci_testing.md)2627## Decision guide2829- If you need **fast logic confidence**, go to [unit_tests.md](./unit_tests.md).30- If you need **UI behavior and layout confidence**, go to [widget_tests.md](./widget_tests.md) and [golden_tests.md](./golden_tests.md).31- If you need **end-to-end confidence**, go to [integration_tests.md](./integration_tests.md).32- If you need **stable pipelines**, go to [ci_testing.md](./ci_testing.md).
Run npx skillmds@latest add melsaeed276/testing in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Testing Skills It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Melsaeed276 (@melsaeed276) published this skill. Their other Agent Skills are listed on their SkillMD profile.