AI가 짠 코드 점검하는 프롬프트
돌아가는 것과 맞는 것을 구분해 점검합니다. AI 코드에서 반복되는 함정을 먼저 봅니다.
| 분류 | 개발 › 바이브 코딩 |
|---|---|
| 태그 | 검토코드개발자 |
Review this AI-written code. Check in this order — ordered by what AI-generated code most often gets wrong: 1. Does it do what I asked, or something adjacent that also runs? 2. Error handling — what happens on failure, and whether failures are swallowed. 3. Boundaries — empty input, one item, very large input, concurrent calls, unexpected types. 4. Security — input handling, secrets, permissions, anything accepting external data. 5. Resource handling — connections, files, and memory that are opened and not closed. 6. Silently wrong results — the worst category, where it returns a plausible value rather than an error. 7. Only then, style and structure. For each finding: what breaks, under what input, and the smallest fix. Rules: - *Working is not the same as correct.* Assume it runs on the happy path; that is not evidence. - Quote the exact lines. - Where the code relies on something outside what I gave you, say what you cannot verify. - Separate real defects from preferences, and put preferences last.
붙여 넣으면 맨 아래에 채울 칸(AI가 짠 코드 · 원래 의도 · 실행 환경)이 나옵니다
어떤 프롬프트인가
AI 코드는 돌아가기 때문에 검토를 건너뛰게 된다. 이 프롬프트는 동작 여부가 아니라 예외 처리·경계값·보안처럼 AI가 자주 빠뜨리는 것부터 본다.
같은 분류의 프롬프트
| 웹사이트 제작 전문가 프롬프트 | |
| AI 개인 코칭 앱 프롬프트 | |
| 애니 정보 앱 아이디어 프롬프트 | |
| 비즈니스 대시보드 생성 프롬프트 | |
| 데이트 프로필 최적화 프롬프트 |