Unit Test Hygiene

Audit and reorganize an existing test suite to remove outdated tests, reduce duplication, and isolate external dependencies from unit tests. Use this skill whenever the user wants to clean up tests, find obsolete or redundant tests, detect unit tests that directly hit APIs/URLs/timers/commands/databases/filesystems/env state, improve mock boundaries, reduce flakiness, or clarify the boundary between unit and integration tests. Use it even if the user only says things like "整理したい", "モック化したい", "テストが遅い", or "古いテストを掃除したい".

tumf 7f7f7df 9 files · 17.2 KB Updated

File contents

tumf/skills/tree/main/unit-test-hygiene commit 7f7f7dfabc

Frequently asked questions

npx skillmds@latest add tumf/unit-test-hygiene