bmad-review-edge-case-hunter

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

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tuanpa-nhg-eng/nhg-ipms --skill bmad-review-edge-case-hunter-tuanpa-nhg-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-review-edge-case-hunter
Source: https://github.com/tuanpa-nhg-eng/nhg-ipms/tree/main/.claude/skills/bmad-review-edge-case-hunter
Command: npx skills add https://github.com/tuanpa-nhg-eng/nhg-ipms --skill bmad-review-edge-case-hunter-tuanpa-nhg-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill preserves backward compatibility for workflows that still invoke the legacy edge-case-hunter review, routing them to the consolidated bmad-review skill without breaking existing integrations. ## Core Features & Use Cases - Legacy Forwarding: Redirects invocations to the bmad-review skill using only the edge-case-hunter lens. - Legacy Output Shape: Returns the raw findings JSON array with the four standard fields, plus kind and confidence on deletion findings, with no lens field or markdown wrapping. - Use Case: An automated pipeline still calls the old edge-case-hunter review on a code diff; this Skill forwards the request and returns findings in the exact legacy JSON format the pipeline expects. ## Quick Start Invoke this skill on the content to review and receive the legacy edge-case-hunter findings as a raw 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 my code?

Invoke this skill on the content to review, and it forwards the request to bmad-review using only the edge-case-hunter lens. The result is a raw JSON array of findings in the legacy format.

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

It returns only the raw findings JSON array in the legacy shape: the four standard fields plus kind and confidence on deletion findings. There is no lens field, no markdown wrapping, and an empty array is valid when nothing is found.

Is the edge-case-hunter skill deprecated?

Yes, it is deprecated and merged into bmad-review. It still works by forwarding to bmad-review with the edge-case-hunter lens, passing through any also_consider areas.

When should I use bmad-review instead of edge-case-hunter?

Use bmad-review directly for new workflows, since this skill exists only for backward compatibility. Calling bmad-review with the edge-case-hunter lens produces the same findings without the legacy forwarding layer.