인프라 설정 배포 전 점검하는 프롬프트
설정 변경이 무엇을 건드리는지, 되돌릴 수 있는지 짚습니다.
| 분류 | 개발 › 배포·운영 |
|---|---|
| 태그 | 검토체크리스트개발자 |
Review this configuration before it deploys. Report: 1. **Values that differ from the default**, each with the reason if I gave one and a question mark if I did not. *Non-default values without a stated reason are how configs become unmaintainable.* 2. Blast radius per changed value — what it affects beyond the obvious. 3. **Applies immediately / needs restart / needs a rebuild.** Getting this wrong means a change that looks applied and is not. 4. Whether it can be reverted cleanly, and what state persists after a revert. 5. Limits and timeouts that interact — a client timeout shorter than a server timeout, a pool smaller than the concurrency, a retry budget that multiplies load during an incident. These only surface under failure. 6. Anything environment-specific that looks copied from another environment. 7. Secrets or credentials present in the file. Then: the pre-deploy check, and the first symptom to watch after. Rules: - *Do not review the whole file line by line.* Focus on what changed and what it interacts with. - Where a value's effect depends on a version or provider you cannot verify, say so. - Flag values that are safe in the current environment but dangerous if this file is copied elsewhere.
붙여 넣으면 맨 아래에 채울 칸(설정 내용 · 바꾼 부분 · 적용 환경)이 나옵니다
어떤 프롬프트인가
설정 한 줄이 서비스를 내린다. 이 프롬프트는 기본값과 다른 부분만 골라 왜 바꿨는지 묻고, 되돌리기 어려운 항목을 표시한다.
같은 분류의 프롬프트
| 프로덕션 AI 에이전트 설계 프롬프트 | |
| AI 에이전트 보안 점검 프롬프트 | |
| AI 제공자 요금 조사 프롬프트 | |
| 상자 탈출 AI 역할을 맡기는 프롬프트 | |
| 보안 경고 분석 프롬프트 |