Skip to content

fix(openai-docs): sync duplicated skill copies#410

Open
BjornMelin wants to merge 1 commit into
openai:mainfrom
BjornMelin:fix-system-openai-docs-image-model
Open

fix(openai-docs): sync duplicated skill copies#410
BjornMelin wants to merge 1 commit into
openai:mainfrom
BjornMelin:fix-system-openai-docs-image-model

Conversation

@BjornMelin
Copy link
Copy Markdown

@BjornMelin BjornMelin commented May 13, 2026

Summary

  • sync the .system/openai-docs fallback model reference with .curated/openai-docs so gpt-image-2 is listed as the best image generation/edit model
  • sync the API-key setup routing guidance from .system/openai-docs into .curated/openai-docs
  • leave all other skill content unchanged

Note

  • openai-docs is duplicated under both .system and .curated; this PR keeps the duplicate copies in sync to avoid stale guidance depending on which copy an agent uses.

Validation

  • diff -qr skills/.system/openai-docs skills/.curated/openai-docs
  • node skills/.system/openai-docs/scripts/resolve-latest-model-info.js
  • node skills/.curated/openai-docs/scripts/resolve-latest-model-info.js

Source

@BjornMelin BjornMelin requested review from a team and Copilot May 13, 2026 00:29
@chatgpt-codex-connector
Copy link
Copy Markdown

Note

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Synchronizes duplicated openai-docs skill content between .system and .curated copies by updating the fallback “latest model” reference for image generation and porting the API-key routing guidance into the curated skill.

Changes:

  • Updates the fallback model reference to recommend gpt-image-2 as best for image generation/edits, and repositions gpt-image-1.5 as a cheaper option.
  • Adds an “API Key Setup” routing section to the curated openai-docs skill to match the system copy.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
skills/.system/openai-docs/references/latest-model.md Updates fallback model map for image generation/edit guidance.
skills/.curated/openai-docs/SKILL.md Adds API key setup / routing guidance to mirror the system skill copy.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


## API Key Setup

For requests to build, run, configure, debug, or implement an API-backed app, script, CLI, generator, or tool, use `openai-platform-api-key` first when available. After that credential gate is resolved, return here for current docs as needed.
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