Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f0b7fdd9c3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - realtime | ||
|
|
||
| - title: ChatGPT Enterprise Prompting Guide | ||
| path: examples/chatgpt/chatgpt_prompt_guide.md |
There was a problem hiding this comment.
Point registry path at the actual guide file
The new registry entry uses path: examples/chatgpt/chatgpt_prompt_guide.md, but this commit adds the document at examples/chatgpt/chatgpt_prompt_guide/chatgpt_prompt_guide.md; this mismatch means the publication workflow cannot locate the content, so the new guide will not render correctly on the cookbook site. Update the registry path to the real file location.
Useful? React with 👍 / 👎.
| ## 4. Write the prompt clearly | ||
| **Before you write the full prompt, take 30 seconds to outline the job in a simple structure. The easiest way is to use headings.** | ||
|
|
||
| All LLMs understand a language called “markdown” – the easiest aspect to master in markdown is that “#” is a label for “Header”. So in ChatGPT, the model understands that a line that starts with “#” is a section or header title in a document. It helps both you and ChatGPT quickly see what each part of the prompt is doing. |
There was a problem hiding this comment.
minor nit: looks like there is an extra whitespace after "#"
| * Acceptance criteria: How you’ll decide it’s correct. <br> | ||
| Examples: “contains 3 action items,” “matches our template,” “valid CSV that parses.” | ||
|
|
||
| ## 5. Use ChatGPT to help you prompt (meta-prompting) |
There was a problem hiding this comment.
nit: make a reference to skills here too
aaronwilkowitz-openai
left a comment
There was a problem hiding this comment.
1 comment at the top, otherwise I'm ready to approve
|
|
||
| Skills are small reusable add-ons that teach ChatGPT how to perform a specific task or follow a repeatable workflow. This Skill is designed to help apply the guidance in this guide more consistently, so you can get better results with less setup each time. | ||
|
|
||
| **To install it:** |
There was a problem hiding this comment.
This needs to be way clearer on how to install it. I would assume this audience is using ChatGPT. So I would walk them through: log into ChatGPT, open up your name in the bottom left, click on skills, click new skill, then pick "upload from your computer"
If someone is already advanced enough to use Codex, they probably don't need this guide as much, but you could have a separate section on how to install a skill in Codex if you wanted to
There was a problem hiding this comment.
Adjusted to be more clear, let me know how it looks now!
Summary
Created a chatgpt prompt guide
For new content
When contributing new content, read through our contribution guidelines, and mark the following action items as completed:
We will rate each of these areas on a scale from 1 to 4, and will only accept contributions that score 3 or higher on all areas. Refer to our contribution guidelines for more details.