WigAI: Skill for Claude Code

.claude/skills/bmad-review-edge-case-hunter/SKILL.md

bmad-review-edge-case-hunter is a skill for Claude Code from fabb/WigAI. It costs 55 tokens per session (848 once invoked), scanned A, original, no licence file.

An edge-case review method that checks every branch and boundary condition in code, specifications, or changes.

In plain words
What is it for?
Use it to inspect code, specifications, or diffs for unhandled edge cases and report only those findings.
Why use it?
It helps uncover situations the normal flow may miss, such as empty input, limits, or unusual combinations.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is fabb/WigAI's own configuration. It tells Claude Code how to work on WigAI itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything WigAI configures →

View source ↗ fabb/WigAI
Reuse

Borrowing it

Nothing to install: this file belongs to fabb/WigAI. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/fabb/WigAI/main/.claude/skills/bmad-review-edge-case-hunter/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fabb/WigAI

Made for: Claude Code.

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/fabb/wigai/bmad-review-edge-case-hunter/github.svg)](https://agentmods.dev/skills/fabb/wigai/bmad-review-edge-case-hunter)
Your own site
<a href="https://agentmods.dev/skills/fabb/wigai/bmad-review-edge-case-hunter"><img src="https://agentmods.dev/badge/skills/fabb/wigai/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/fabb/wigai/bmad-review-edge-case-hunter"><img src="https://agentmods.dev/badge/skills/fabb/wigai/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 848 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 unknown No closer match found 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.00848
Opus 5 $0.00028 $0.00424
Sonnet 5 $0.00011 $0.00170
Haiku 4.5 $0.00006 $0.00085

Measured 11d ago against content hash f49ed9976f46, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 11d 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.

.claude/skills/bmad-review-edge-case-hunter/SKILL.md · 68 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 68 lines · 55 tokens per session scan A f49ed9976f46

Subscribe to this mod's changes

bmad-review-edge-case-hunter is a skill published in the GitHub repository fabb/WigAI (58 stars, last pushed 4mo ago), with no licence file. It adds 55 tokens to every session and 848 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

m1nd-first

Use when investigating a repository, searching for implementation, reviewing changes, working from specs/docs, or preparing a risky code change in an environment where m1nd is available. This doctrine makes m1nd the first investigative layer before grep, glob, or manual file reads, except when the task is pure…

maxkle1nz/m1nd · 78 tokens

find-bugs

Locate likely bug locations in code.

panbanda/omen · 10 tokens

codegraph

Use for repo structure, symbol navigation, dependency analysis, duplicate triage, and PR impact review when plain text search is too shallow.

lzehrung/codegraph · 30 tokens

sumo-qa-triaging-test-failures

Use when a test is failing or flaky and the cause is not yet known — e.g. 'this test keeps failing', 'red in CI but passes locally', 'this test is flaky', 'a test failed, what now?'. Reads the failure output, classifies the likely cause (product regression, test bug, fixture/data, environment/dependency, timing/order…

sumithr/sumo-qa · 127 tokens

wcode

Use the wcode plugin and its MCP tools for repository coding, review, debugging, refactoring, architecture, Graph/Design inspection, safe edits, command execution, and verification. Trigger whenever wcode is installed or named, even when its tools are lazily registered or omitted from the host's initial tool list.

francis-du/wcode · 66 tokens

inventory

Codebase inventory skill — scans the repo for a named pattern (inline SQL, fetch calls, feature flags, debug leftovers, deprecated APIs, etc.) defined by a YAML "recipe pack" and emits a structured Markdown inventory cross-referenced with framework metadata (routes, handlers). The engine is language-agnostic and…

ggemba/squad-mcp · 0 tokens