---
name: GPT-5.6 Prompt Enhancement
slug: gpt-5-6-prompt-enhancement
category: AI Engineering
description: GPT-5.6 Prompt Enhancement provides a routing index for composing prompts for GPT-5.6 and legacy GPT-5.x models. Use it to find the 7-block default structure, migration notes, and legacy XML patterns.
github: "https://github.com/treylom/prompt-engineering-skills/tree/master/skills/gpt-5.6-prompt-enhancement"
language: JavaScript
stars: 179
forks: 33
install: "npx degit https://github.com/treylom/prompt-engineering-skills/tree/master/skills/gpt-5.6-prompt-enhancement ~/.claude/skills/gpt-5.6-prompt-enhancement"
installs_to: ~/.claude/skills/gpt-5.6-prompt-enhancement
source_path: skills/gpt-5.6-prompt-enhancement/SKILL.md
collection_size: 11
category_size: 3475
collection_url: "https://dirskills.com/collections/treylom/prompt-engineering-skills"
added: 2026-09-07T05:20:38.240Z
last_synced: 2026-09-07T05:20:38.240Z
canonical_url: "https://dirskills.com/skills/gpt-5-6-prompt-enhancement"
---

# GPT-5.6 Prompt Enhancement

GPT-5.6 Prompt Enhancement provides a routing index for composing prompts for GPT-5.6 and legacy GPT-5.x models. Use it to find the 7-block default structure, migration notes, and legacy XML patterns.

**Install:**

```bash
npx degit https://github.com/treylom/prompt-engineering-skills/tree/master/skills/gpt-5.6-prompt-enhancement ~/.claude/skills/gpt-5.6-prompt-enhancement
```

## README

# gpt-5.6-prompt-enhancement — 라우팅 인덱스

> **전체 본문 = [references/full.md](references/full.md)** (약 740줄). 내용 수정은 full.md 에만.

## 섹션 맵 (grep 앵커 — 줄번호는 as-of 2026-07-29 참고값)

| 목적 | grep 앵커 | 위치(참고) |
|---|---|---|
| 5.6 핵심 변화·트리거 | `## 핵심 변화 요약` / `## 트리거 조건` | L15·L29 |
| **5.6 7블록 구조 (디폴트)** | `## 권장 프롬프트 구조 (Markdown, 7블록)` | L39 |
| 5.6 필수 블록·effort·안티패턴 | `## 필수 적용 블록 (GPT-5.6)` / `## Reasoning Effort 권장값 (5.6 기준)` / `## Anti-Patterns (GPT-5.6에서 회피)` | L71~L208 |
| 5.5→5.6 마이그레이션 | `## 마이그레이션 (GPT-5.5 → GPT-5.6)` | L209 |
| 5.6 예시 (리서치·코딩) | `## 예시: 웹 리서치 에이전트 (5.6 7블록)` | L221·L247 |
| **Legacy 5.5/5.4/5.2 (명시 시)** | `## ▼ GPT-5.5 / 5.4 / 5.2 패턴` | L281~ |
| Legacy XML 스택 | `## Legacy GPT-5.2/5.4 XML Stack` | L518 |
