openai · OpenAI Platform Docs
Prompt optimizer | OpenAI API
Explains how to use the Prompt Optimizer tool to programmatically improve prompt performance and quality.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prompt optimizer | OpenAI API
Explains how to use the Prompt Optimizer tool to programmatically improve prompt performance and quality.
When To Use
Use when you need to programmatically refine existing prompts to achieve better model performance or higher quality outputs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prompt-optimizer-openai-api-workflow-guide.md | A guide explaining how to use the prompt optimizer chat interface in the OpenAI dashboard to refine prompts using best practices and datasets. | Questions about a guide explaining how to use the prompt optimizer chat interface in the OpenAI dashboard to refine prompts using bes... |
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
