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

Process

1. Understand the bug

Installs
2
Repository
jonmumm/skills
GitHub Stars
2
First Seen
May 1, 2026
test-brainstorm — jonmumm/skills