openai · OpenAI Platform Docs
Prompt optimizer
A guide on using the dashboard's prompt optimizer tool to iteratively improve prompts by pairing them with datasets containing annotations, critiques, or grader results.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prompt optimizer
A guide on using the dashboard's prompt optimizer tool to iteratively improve prompts by pairing them with datasets containing annotations, critiques, or grader results.
When To Use
Use when you need to automatically refine prompts using existing datasets, human annotations, or grader feedback to align with best practices.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prompt-optimizer-workflow-guide.md | A guide explaining how to use the prompt optimizer chat interface in the OpenAI dashboard to improve prompts using best practices and datasets. | Questions about a guide explaining how to use the prompt optimizer chat interface in the OpenAI dashboard to improve prompts using be... |
What This Skill Covers
- The prompt optimizer is a chat interface in the dashboard, where you enter a prompt, and we optimize it according to current best practices before returning...
- Main sections:
Prepare your data,Optimize your prompt,Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.openai.com/api/docs/guides/prompt-optimizer.md
