Testability Canary

Testability and design decoupling canary — checks for tight coupling, lack of Dependency Injection (DI), hardcoded constructors, Single Responsibility Principle (SRP) violations, and mockability gaps. Triggers on keywords: "/testability-canary", "testability-canary", "testability audit", "decoupling". Use when refactoring coupling, introducing DI, or making code unit-testable.

HetCreep ddbf348 4 files · 12.0 KB Updated

File contents

HetCreep/CoalMine/tree/main/plugin/skills/testability-canary commit ddbf3488c2

Frequently asked questions

npx skillmds@latest add hetcreep/testability-canary-2