edge-case-hunter

Exhaustive edge-case review that traces branching paths and boundary conditions in a diff or code sample and reports only unhandled cases. Use when the user asks to hunt edge cases, boundary conditions, missing guards, or wants an edge-case-focused review.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "edge-case-hunter" with this command: npx skills add sungkhum/agent-skills-pack/sungkhum-agent-skills-pack-edge-case-hunter

Edge Case Hunter Review

Overview

Perform a strict, method-driven edge-case review. This is not a general code review: report only unhandled paths and boundary conditions.

Inputs

  • content: Diff, full file, or function to analyze.
  • also_consider (optional): Areas to keep in mind while tracing paths.

Workflow

Follow references/workflow.md exactly. Do not add commentary or extra sections. Output must be valid JSON only.

Output Rules

  • Return a JSON array of findings with fields: location, trigger_condition, guard_snippet, potential_consequence.
  • If none found, return [].
  • If input is empty or undecodable, return the required single-item array from the workflow.

Reference

  • references/workflow.md for the canonical step-by-step instructions and output format.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

create-ux-design

No summary provided by upstream source.

Repository SourceNeeds Review
Research

market-research

No summary provided by upstream source.

Repository SourceNeeds Review
Research

domain-research

No summary provided by upstream source.

Repository SourceNeeds Review