재사용 가능한 프롬프트 템플릿
흔한 작업을 위한 바로 가져다 쓰는 프롬프트입니다. 깔끔한 구조를 위해 XML 태그를 사용하고, 프롬프팅 기초의 습관을 녹여냈습니다. {중괄호}를 채우세요.
요약 (근거 기반)
<instructions>
Summarize the document for {audience} in {N} bullet points. Use ONLY the document;
if something isn't there, say "not stated." Then list any action items.
</instructions>
<document>
{paste}
</document>
기대: 간결한 불릿 + 액션 항목. 흔한 실패: 사실을 지어냄 → "ONLY the document" 절이 이를 막아줍니다.
구조화된 데이터 추출
Extract the following from the text as JSON: {field1, field2, field3}.
Return ONLY valid JSON, no prose. If a field is missing, use null.
<text>{paste}</text>
신뢰성을 위해 구조화된 출력과 함께 사용하세요.
다시 쓰기 / 편집
Rewrite the text to be {clearer/shorter/more formal} without changing meaning.
Then list the changes you made as bullets.
<text>{paste}</text>
코드 리뷰
Review this diff for correctness bugs, missing edge cases, and security issues.
Report ONLY high-confidence findings as a checklist with file:line. Diff:
<diff>{paste}</diff>
의사결정 도우미
I'm deciding between {A} and {B} for {situation}. Build a trade-off table across
the criteria that matter, then recommend one and name the biggest risk.
메타 프롬프트 (프롬프트 개선)
Here's my prompt: "{prompt}". Ask me the 3 questions that would most improve it,
then rewrite it with sensible defaults.
역할 + 가드레일 래퍼
You are {role}. {task}.
Constraints: {format, length, tone}. If you're unsure or lack info, say so rather
than guessing.
:::tip 여러분의 것으로 만드세요 자주 쓰는 프롬프트는 슬래시 명령이나 프로젝트로 저장해서 다시 입력할 일이 없게 하세요. :::