bmad-review-edge-case-hunter

Forwards code review requests to the bmad-review skill with the edge-case-hunter lens.

Updated Sep 3, 2026
One-click install
npx skills add https://github.com/watchthelight/shatterfish --skill bmad-review-edge-case-hunter-watchthelight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-review-edge-case-hunter
Source: https://github.com/watchthelight/shatterfish/tree/main/.claude/skills/bmad-review-edge-case-hunter
Command: npx skills add https://github.com/watchthelight/shatterfish --skill bmad-review-edge-case-hunter-watchthelight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill preserves backward compatibility for workflows that still invoke the deprecated edge-case-hunter review, redirecting them to the consolidated bmad-review skill without breaking existing integrations. ## Core Features & Use Cases - Deprecation Forwarding: Routes all invocations to the bmad-review skill using only the edge-case-hunter lens. - Legacy Output Shape: Returns findings as a raw JSON array with the four standard fields, plus kind and confidence on deletion findings, with no lens field or markdown wrapping. - Use Case: A CI pipeline or prompt template still references bmad-review-edge-case-hunter; invoking it produces the same legacy findings JSON as before, including an empty array when nothing is found. ## Quick Start Ask the assistant to run the edge-case-hunter review on the current code changes and return only the raw findings JSON array.

Frequently Asked Questions about bmad-review-edge-case-hunter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an edge case review on code changes?

Invoke the bmad-review skill with the edge-case-hunter lens on the target content. This deprecated skill forwards automatically, passing through any also_consider areas and returning the findings as a raw JSON array.

What replaced the bmad-review-edge-case-hunter skill?

It was merged into the bmad-review skill. The edge-case-hunter behavior is now one lens of bmad-review, and this skill only exists to forward legacy invocations.

What output format does the edge-case-hunter review return?

It returns a raw JSON array of findings using the four standard fields, with kind and confidence added on deletion findings. There is no lens field, no markdown wrapping, and an empty array is returned when nothing is found.

Should I still use bmad-review-edge-case-hunter in new workflows?

No, it is deprecated and only forwards to bmad-review. New workflows should invoke bmad-review directly with the edge-case-hunter lens to avoid relying on a compatibility shim.