Find the untested code paths that actually matter, not just the coverage percentage. Use after adding tests.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Branches - every if/else and catch exercised, not just the happy line.
Concurrency / order - anything stateful tested in isolation AND in sequence.
Skip tests that assert a constructor sets a property - worthless. Test behavior, not implementation. Output: the 3-5 highest-risk untested paths, ranked by blast radius, with the test to add.