Skip to content

THIS IS A PAID SERVICE#485

Open
AIBGLOBALGROUP wants to merge 8 commits into
openai:codex/add-openai-cli-skillfrom
AIBGLOBALGROUP:main
Open

THIS IS A PAID SERVICE#485
AIBGLOBALGROUP wants to merge 8 commits into
openai:codex/add-openai-cli-skillfrom
AIBGLOBALGROUP:main

Conversation

@AIBGLOBALGROUP

Copy link
Copy Markdown

No description provided.

richardopenai and others added 8 commits May 12, 2026 15:24
## Summary
- add the curated `hatch-pet-v2` skill for Codex-compatible pet
spritesheet generation
- keep image generation lightweight with per-job workers, storage
controls, and visual QA guidance
- add adaptive brand discovery briefs while keeping generation prompts
compact

## Verification
- `python -m py_compile skills/.curated/hatch-pet-v2/scripts/*.py`
- `ruff check skills/.curated/hatch-pet-v2/scripts`
- smoke-tested `prepare_pet_run.py` with and without a brand discovery
brief
## Why

The curated `yeet` skill was missing guidance for common publish-flow
cases: repositories with PR templates, branches that already have a PR,
and PR bodies that need to preserve reviewer-relevant context instead of
generic boilerplate.

## What Changed

Updated `skills/.curated/yeet/SKILL.md` to make the publish workflow
template-aware and branch-aware. The skill now tells Codex to discover
the active repository PR template before creating a PR, reuse an
existing PR for the current branch instead of creating a duplicate,
preserve an existing PR's draft or ready-for-review state, apply
conventional PR title guidance, and write PR bodies around the net
change with meaningful verification only when there is behavioral
evidence worth preserving.
## Summary

- Add the `define-goal` curated skill for shaping user intent into
concrete, measurable goals.
- Include agent UI metadata so the skill can be invoked as
`$define-goal`.
- Add the standard Apache 2.0 license file for the new skill package.

## Validation

- `quick_validate.py
/Users/richardlee/code/skills/skills/.curated/define-goal`
This workflow installs Python dependencies, runs linting, and executes tests across multiple Python versions.
## Summary
- mirror the OpenAI docs skill changes from
[openai/codex#24914](openai/codex#24914) into
both the system and curated `openai-docs` copies
- add Codex self-knowledge routing, manual-first lookup guidance, and
updated skill metadata
- add the cached Codex manual fetch helper with temp-cache
auto-discovery and hash verification

## Why
The standalone skills repository should ship the same Codex-aware OpenAI
docs behavior already merged into the Codex bundled skill while
preserving the existing `.system` and `.curated` distinction.

## Impact
OpenAI docs lookups can now route broad Codex questions through the
current Codex manual before using Docs MCP fallback. The helper works
without requiring an explicit `--cache-dir` override.

## Validation
- `git diff --check`
- `node --check
skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs`
- `node --check
skills/.system/openai-docs/scripts/fetch-codex-manual.mjs`
- live `curl -fsSI https://developers.openai.com/codex/codex-manual.md`
verification returned `x-content-sha256`
- helper smoke test without `--cache-dir`: fresh fetch returned
`cacheStatus: "updated"`, second run returned `cacheStatus: "hit"`
- exact helper and agent metadata comparison across `.system` and
`.curated` copies
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.

5 participants