Rename internal prompting skill to version-neutral codex-prompting#2
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Rename skill gpt-5-4-prompting to codex-prompting
Rename internal prompting skill to version-neutral Jun 12, 2026
codex-prompting
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.
The internal prompting skill was named
gpt-5-4-prompting, which made generic prompt-engineering guidance look tied to an outdated model version. This change renames the skill tocodex-promptingand updates all internal references while leaving runtime model selection behavior unchanged.Skill rename
plugins/codex/skills/gpt-5-4-prompting/toplugins/codex/skills/codex-prompting/Version-neutral skill docs
name: gpt-5-4-promptingtoname: codex-promptingGPT-5.4/Codex or GPT-5.4with neutral Codex-focused languageConsumer updates
plugins/codex/agents/codex-rescue.mdto the new skill name in both frontmatter and body textplugins/codex/skills/codex-cli-runtime/SKILL.mdto referencecodex-promptingTest updates
tests/commands.test.mjsto read the renamed skill pathsExample of the internal rename: