만든 것을 배포 전에 점검하는 프롬프트
AI로 만든 것을 실제로 공개하기 전에 확인할 목록을 만듭니다. 기능 말고 빠뜨리기 쉬운 것들을 중심으로 짚습니다.
| 분류 | 개발 › 바이브 코딩 |
|---|---|
| 태그 | 검토분석개발자체크리스트 |
Build a pre-launch checklist. ***Not whether features work — what is easy to forget.*** Areas: 1. **Secrets** — keys, tokens, passwords left in the code or the repository, **with how to check** 2. **Authorization** — anything reachable without login that should not be 3. Input validation — when a user enters something strange 4. Error handling — what the user sees on failure; **whether internal errors are exposed** 5. Data — backups, whether deletion is recoverable 6. **Cost** — conditions under which external API or server bills come in unexpectedly 7. If personal data is handled, what is collected and what is disclosed Output a table: item / how to check / applicable / action. Rules: - ***Anything you cannot verify from what I gave you is marked "verify yourself"***, with how. - ***Do not drop items that do not apply — leave them as "not applicable".*** **Skipped and not-applicable have to be distinguishable.** - Sort by severity.
붙여 넣으면 맨 아래에 채울 칸(만든것 · 환경 · 처리 데이터)이 나옵니다
어떤 프롬프트인가
배포 전 점검은 항목을 빠뜨려서 실패한다. 이 프롬프트는 비밀 정보·권한·입력 검증·오류 노출·백업·비용을 확인 방법과 함께 내고, 해당 없는 항목도 목록에서 빼지 않고 "해당 없음"으로 남긴다. 빠뜨린 것과 해당 없는 것이 구분돼야 하기 때문이다.
같은 분류의 프롬프트
| 웹사이트 제작 전문가 프롬프트 | |
| AI 개인 코칭 앱 프롬프트 | |
| 애니 정보 앱 아이디어 프롬프트 | |
| 비즈니스 대시보드 생성 프롬프트 | |
| 데이트 프로필 최적화 프롬프트 |