bmad-review-edge-case-hunter

bmad-review-edge-case-hunter is a skill for Claude Code, Codex from amalik/convoke-agents. It costs 55 tokens per session (70 once invoked), scanned A, a copy of bmad-review-edge-case-hunter, MIT.

A method for checking code, specifications, or changes by tracing every branch and boundary condition and reporting only edge cases that are not handled. An edge case is an unusual input or situation that can expose a defect.

In plain words
What is it for?
Use it to inspect code, specifications, or diffs for missing handling around limits, empty values, unusual states, and other boundary conditions.
Why use it?
It gives review a systematic scope instead of relying on a reviewer to notice uncommon paths. This is separate from adversarial review, which focuses on trying to attack or break the work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect code, specifications, or diffs for missing handling around limits, empty values, unusual states, and other boundary conditions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amalik/convoke-agents/bmad-review-edge-case-hunter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add amalik/convoke-agents --skill bmad-review-edge-case-hunter
Clone the repo
git clone --depth 1 https://github.com/amalik/convoke-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bmad-review-edge-case-hunter

README.md
[![agentmods](https://agentmods.dev/badge/skills/amalik/convoke-agents/bmad-review-edge-case-hunter/github.svg)](https://agentmods.dev/skills/amalik/convoke-agents/bmad-review-edge-case-hunter)
Your own site
<a href="https://agentmods.dev/skills/amalik/convoke-agents/bmad-review-edge-case-hunter"><img src="https://agentmods.dev/badge/skills/amalik/convoke-agents/bmad-review-edge-case-hunter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bmad-review-edge-case-hunter

Your own site · 80×15
<a href="https://agentmods.dev/skills/amalik/convoke-agents/bmad-review-edge-case-hunter"><img src="https://agentmods.dev/badge/skills/amalik/convoke-agents/bmad-review-edge-case-hunter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 70 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00070
Opus 5 $0.00028 $0.00035
Sonnet 5 $0.00011 $0.00014
Haiku 4.5 $0.00006 $0.00007

Measured 13d ago against content hash 9f0cfeb7ee3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

bmad-review-edge-case-hunter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to bmad-review-edge-case-hunter — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

_bmad/core/skills/bmad-review-edge-case-hunter/SKILL.md · 7 lines

What it actually says

Follow the instructions in ./workflow.md.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 7 lines · 55 tokens per session scan A 9f0cfeb7ee3d

Subscribe to this mod's changes

bmad-review-edge-case-hunter is a skill published in the GitHub repository amalik/convoke-agents (64 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 70 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to bmad-review-edge-case-hunter, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

architecture-design-review

Conducts comprehensive architecture design reviews including system design validation, architecture pattern assessment, quality attributes evaluation, technology stack review, and scalability analysis. Produces detailed review reports with findings, recommendations, and risk assessments. Use when reviewing software…

DauQuangThanh/hanoi-rainbow · 81 tokens

backend-code-review

Conducts comprehensive backend code reviews including API design (REST/GraphQL/gRPC), database patterns, authentication/authorization, caching strategies, message queues, microservices architecture, security vulnerabilities, and performance optimization for Node.js, Python, Java, Go, and C#. Produces detailed review…

DauQuangThanh/hanoi-rainbow · 136 tokens

SPECLAN Review Manual

This skill should be used when the user asks to "review plan", "review implementations", "review manual", "review-manual", "review from plan", "check all implementations", or wants to review all in-review items from a manual implementation plan file. Picks up a plan file created by the plan-manual skill and reviews…

thlandgraf/cc-marketplace · 87 tokens

backend-design-review

Conducts comprehensive backend design reviews covering API design quality, database architecture validation, microservices patterns assessment, integration strategies evaluation, security design review, and scalability analysis. Evaluates API specifications (REST, GraphQL, gRPC), database schemas, service boundaries…

DauQuangThanh/hanoi-rainbow · 154 tokens

frontend-code-review

Conducts comprehensive frontend code reviews including React/Vue/Angular component analysis, TypeScript/JavaScript quality assessment, CSS/styling review, performance optimization, accessibility compliance, security vulnerabilities, and best practices validation. Produces detailed review reports with specific issues…

DauQuangThanh/hanoi-rainbow · 130 tokens

code-quality-review

Conducts comprehensive code quality reviews including code smells detection, maintainability assessment, complexity analysis, design pattern evaluation, naming conventions, code duplication, technical debt identification, and best practices validation. Produces detailed review reports with specific issues, severity…

DauQuangThanh/hanoi-rainbow · 127 tokens