bmad-review-edge-case-hunter

Forwards edge-case review requests to the bmad-review skill with legacy JSON output.

6|Updated Aug 29, 2026
One-click install
npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-review-edge-case-hunter-hordricjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-review-edge-case-hunter
Source: https://github.com/HordRicJr/Akomagni/tree/main/bmad-core/.agents/skills/bmad-review-edge-case-hunter
Command: npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-review-edge-case-hunter-hordricjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill preserves backward compatibility for workflows that still invoke the deprecated edge-case-hunter review lens, routing them to the consolidated bmad-review skill without breaking existing integrations. ## Core Features & Use Cases - Deprecation Forwarding: Redirects 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: An automated pipeline that still calls the old edge-case-hunter skill continues to receive the same findings JSON format after the review skills were merged. ## Quick Start Invoke this skill on the content you want reviewed and it will run the edge-case-hunter lens through bmad-review and return 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 my code?

Invoke the bmad-review skill with the edge-case-hunter lens on your content. This deprecated skill forwards automatically, so existing calls still work and return 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 functionality now runs as one lens within bmad-review, and this skill only exists to forward legacy invocations.

What output format does the edge case review return?

It returns a raw JSON array of findings with the four standard fields, plus kind and confidence 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 this deprecated skill in new workflows?

No, new workflows should invoke bmad-review directly with the edge-case-hunter lens. This skill exists only for backward compatibility with existing integrations and may be removed later.