원클릭으로
dew-review-edge-case-hunter
Walk branching paths and boundary conditions in content, reporting only unhandled edge cases.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Walk branching paths and boundary conditions in content, reporting only unhandled edge cases.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dew-review-edge-case-hunter |
| description | Walk branching paths and boundary conditions in content, reporting only unhandled edge cases. |
Goal: Find unhandled edge cases by systematically walking branches and boundaries.
Do not comment on whether the content is generally good or bad. Report only missing handling.
content — diff, full file, function, spec, story, or data artifact.also_consider optional — specific risk areas to include.Walk:
For DEW/data engineering artifacts, also walk:
Revisit each edge class and keep only unhandled conditions.
Return a JSON array of objects:
[
{
"location": "artifact or file section",
"trigger_condition": "short edge condition",
"guard_snippet": "minimal guard or mitigation",
"potential_consequence": "what could go wrong"
}
]
An empty array is valid only after exhaustive review.
Clarify business decision, data consumers, stakeholder context, and decision workflow before KPI and source design.
Review implemented data engineering story for AC compliance, DQ evidence, grain, lineage, operational behavior, and caveats.
Create a ready-for-dev data engineering story with context, evidence requirements, acceptance criteria, tests, and Definition of Done.
Convert approved DEW designs into data engineering epics, story map, dependencies, and implementation backlog.
Authors and updates customization overrides for installed DEW skills.
Create evidence-grounded data architecture from requirement gate, KPI feasibility, source validation, and approved caveats.