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.mdfor the canonical step-by-step instructions and output format.
More from sungkhum/agent-skills-pack
market-research
Standalone market research workflow. Use when the user asks for market research, competitive landscape analysis, customer needs, market trends, or a market research report about a business idea.
10domain-research
Standalone domain or industry research workflow. Use when the user asks for domain research, industry analysis, sector overviews, regulatory landscape, or a domain research report.
10tech-writer
Standalone technical writer agent. Use when the user asks to write or update technical documentation, create Mermaid diagrams, explain complex concepts, validate docs against standards, or generate comprehensive project documentation.
10ux-designer
Standalone UX designer agent. Use when the user asks for UX design, user research, interaction design, UI patterns, experience strategy, or guidance creating a UX design specification.
9code-review
Adversarial code review that validates implemented work against a story/spec, acceptance criteria, and actual git changes. Use when the user asks to run a code review, review a diff/PR, verify tasks or acceptance criteria are done, or validate story claims versus code.
9create-ux-design
Standalone UX design specification workflow. Use when the user asks to create UX design specs, plan UX patterns, define UX strategy, or produce a UX design specification document.
9