feat: rename gpt-5-4-prompting skill to gpt-5-5-prompting#301
Closed
Flex83 wants to merge 1 commit into
Closed
Conversation
Author
|
Closing — local-only changes, no OpenAI contribution intended. Apologies for the noise. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the internal prompting guidance skill from
gpt-5-4-promptingtogpt-5-5-promptingand updates its content to reflect GPT-5.5 best practices.Changes
plugins/codex/skills/gpt-5-4-prompting/→plugins/codex/skills/gpt-5-5-prompting/Personalityblock,text.verbosity, preamble pattern for tool-heavy runs, updatedphaseparameter guidance, stopping conditions and retrieval budgets, validation defaultsagents/codex-rescue.mdandskills/codex-cli-runtime/SKILL.mdtests/commands.test.mjsto match new skill name and contentMotivation
GPT-5.5 reasons more efficiently than GPT-5.4 and responds better to shorter, outcome-focused prompts. The existing
gpt-5-4-promptingskill carried forward process-heavy patterns optimised for GPT-5.4 that produce mechanical, over-structured answers on GPT-5.5. This update aligns the skill with current OpenAI prompt guidance (developers.openai.com, May 2026).Testing
All 8 plugin tests pass:
node --test tests/commands.test.mjs