test-brainstorm
Installation
SKILL.md
Test Brainstorm
When a bug's root cause is insufficient test coverage, don't just write a regression test for that one bug. Step back and brainstorm test cases across the entire feature area that could uncover similar bugs.
Trigger
Use this skill when:
- A bug was found that would have been caught by better tests
- A feature area feels under-tested after an incident
- You want to proactively harden a feature before release
- A code review reveals a gap and you want to find others like it