Guides bug report and pull request investigation and reproduction. Confirms reported behavior is wrong, reproduces issues locally, and checks for correct-by-design behavior before writing fixes. Use when given a bug report, issue, or error report to investigate.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guides bug report and pull request investigation and reproduction. Confirms reported behavior is wrong, reproduces issues locally, and checks for correct-by-design behavior before writing fixes. Use when given a bug report, issue, or error report to investigate.
When given a bug report or a link to issue or pull request, first confirm current behavior is actually wrong
Reproduce, then check if the reported behavior is correct-by-design before writing any fix
Find repositories/CodeSandbox/StackBlitz source files and local fixtures to actually reproduce the issue at hand
To fetch stackblitz.com reproduction url: pnpx stackblitz-zip https://stackblitz.com/edit/{name} {filename}.zip
If no reproduction provided, create a minimal one from the report
Trace the full code path end-to-end for full context and consider options — don't blindly apply a local fix
Look up relevant fixtures and tests to better understand scope and context
Check git blame/git log around the affected area for recent changes