Skip to content

Rename internal prompting skill to version-neutral codex-prompting#2

Merged
ygCEO merged 2 commits into
mainfrom
copilot/rename-gpt-5-4-prompting-to-codex-prompting
Jun 12, 2026
Merged

Rename internal prompting skill to version-neutral codex-prompting#2
ygCEO merged 2 commits into
mainfrom
copilot/rename-gpt-5-4-prompting-to-codex-prompting

Conversation

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown

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 to codex-prompting and updates all internal references while leaving runtime model selection behavior unchanged.

  • Skill rename

    • Moves plugins/codex/skills/gpt-5-4-prompting/ to plugins/codex/skills/codex-prompting/
    • Preserves all existing reference documents under the new path
  • Version-neutral skill docs

    • Updates skill metadata from name: gpt-5-4-prompting to name: codex-prompting
    • Replaces version-specific wording such as GPT-5.4 / Codex or GPT-5.4 with neutral Codex-focused language
    • Keeps the technical prompt-engineering guidance unchanged
  • Consumer updates

    • Switches plugins/codex/agents/codex-rescue.md to the new skill name in both frontmatter and body text
    • Switches plugins/codex/skills/codex-cli-runtime/SKILL.md to reference codex-prompting
  • Test updates

    • Updates tests/commands.test.mjs to read the renamed skill paths
    • Keeps the existing content assertions intact, only adjusting references affected by the rename

Example of the internal rename:

skills:
  - codex-cli-runtime
  - codex-prompting

Copilot AI changed the title [WIP] Rename skill gpt-5-4-prompting to codex-prompting Rename internal prompting skill to version-neutral codex-prompting Jun 12, 2026
Copilot finished work on behalf of ygCEO June 12, 2026 02:10
Copilot AI requested a review from ygCEO June 12, 2026 02:10

@ygCEO ygCEO left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@ygCEO ygCEO marked this pull request as ready for review June 12, 2026 02:17
@ygCEO ygCEO merged commit b167246 into main Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants