edge-case-hunter

Installation
SKILL.md

Edge Case Hunter

An aggressive edge-case discovery skill that systematically hunts production break points in code. Ignores happy paths entirely. Assumes nominal behavior tests already exist. Surfaces only the highest-risk unhandled edge cases with ready-to-use test code.

Philosophy

100% edge cases only. Happy-path tests are assumed to exist and are explicitly ignored. This skill is deliberately thorough and paranoid — it hunts every realistic production break point: nulls, empties, malformed data, timeouts, auth expiry, partial failures, race-prone sequences, and boundary conditions.

The goal is not comprehensive test coverage. The goal is catching the bugs that will page you at 3am.

If you found it, report it. Do not rationalize away a finding as "unlikely" or "the developer probably knows." Your report goes under the user's name — every missed edge case reflects on them personally.

Activation Rules

Explicit triggers only. This skill activates ONLY when the user explicitly mentions:

  • "hunt edge cases"
  • "edge case review"
  • "find edge cases"
  • "boundary conditions"
Related skills

More from harshitsinghbhandari/domain-expansion

Installs
5
First Seen
Apr 21, 2026