Commit Graph
6 Commits
Author SHA1 Message Date
Konstantine Kahadze 5bf008f213 Update OpenAI Docs skill for GPT-5.6 2026-07-09 12:53:53 -07:00
Konstantine KahadzeandGitHub 972cb867af [codex] Mirror compact OpenAI docs search guidance (#494)
## Summary

Mirrors [openai/codex#28389](https://github.com/openai/codex/pull/28389)
into the system and curated OpenAI Docs skills. The compact search
guidance performs better in Codex.

## Validation

- Both skill validations passed
- `git diff --check`
2026-06-17 12:15:37 -07:00
Konstantine KahadzeandGitHub 724cd511c9 Clarify GPT-5.5 upgrade guide wording (#373)
## Summary
- Clarifies reasoning-effort recommendation wording
- Replaces internal snake_case prompt block names with natural-language
guidance aligned to the prompting guide

## Test plan
- `git diff --check`
- Verified the old snake_case prompt block names no longer appear in the
upgrade guide
2026-04-24 14:26:33 -07:00
Konstantine KahadzeandGitHub da7611f0dd Update OpenAI Docs skill for GPT-5.5 (#372)
## Summary
Updates the OpenAI Docs skill fallback guidance for GPT-5.5.

## Changes
- Updates latest-model fallback guidance
- Replaces bundled upgrade guidance with GPT-5.5 migration guidance
- Replaces bundled prompting guidance with GPT-5.5 prompting guidance
- Keeps `.system` and `.curated` OpenAI Docs copies in sync

## Test plan
- Ran `node scripts/resolve-latest-model-info.js`
- Verified `.system` and `.curated` OpenAI Docs files match
2026-04-24 11:19:18 -07:00
Konstantine KahadzeandGitHub 30444aed50 Align curated OpenAI Docs skill with system copy (#365)
## Summary

This basically copies the OpenAI docs skill from `skills/.system` to
`skills/.curated` since this wasn't in my previous PR merging changes to
`skills/.curated`.

This copies the GPT-5.4 freshness-check structure from
`skills/.system/openai-docs` into `skills/.curated/openai-docs`,
including the model-agnostic reference filenames and resolver script.

## Test Plan

- Verified `skills/.curated/openai-docs` and
`skills/.system/openai-docs` are identical with `diff -rq`.
- Ran `node --check
skills/.curated/openai-docs/scripts/resolve-latest-model-info.js`.
- Verified the resolver parses a local GPT-5.4 `latestModelInfo`
fixture.
- Scanned the diff for unrelated launch/model language.
2026-04-22 17:29:40 -07:00
Konstantine KahadzeandGitHub fa71dc0f1f Add freshness check for GPT-5.4 upgrade guidance (#360)
## Summary
- Add a helper script that reads latest model metadata from
developers.openai.com
- Check that metadata before applying the bundled GPT-5.4 upgrade guide
- Refresh the bundled GPT-5.4 prompting guide snapshot from the public
Prompt guidance page
- Fall back to bundled GPT-5.4 references when remote metadata or guides
are unavailable

## Test plan
- node --check
skills/.system/openai-docs/scripts/resolve-latest-model-info.js
- Tested the resolver against local GPT-5.4 latest-model metadata
- git diff --check
2026-04-22 13:32:38 -07:00