openai/changeset-validation
Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.
npx skills add https://github.com/openai/openai-agents-js --skill changeset-validation
This skill validates whether changesets correctly reflect package changes and follow the repository rules. It relies on the shared prompt in references/validation-prompt.md so local Codex reviews and GitHub Actions share the same logic.
Experimental or preview-only feature additions that are explicitly labeled as such in the diff may remain a patch bump when they do not change existing behavior.
Major bumps are only allowed after the first major release; before that, do not use major bumps for feature-level changes.
Local (Codex-driven):
pnpm changeset:validate-prompt
references/validation-prompt.md to the generated prompt.CI (Codex Action):
pnpm changeset:validate-prompt -- --ci --output .github/codex/prompts/changeset-validation.generated.md
openai/codex-action with the generated prompt and JSON schema to get a structured verdict.pnpm changeset:validate-prompt.references/validation-prompt.md to judge correctness..changeset/*.md file is already present in the current branch diff, treat it as the active changeset. Do not add a new changeset file.main. Do not try to capture every incremental update.references/validation-prompt.mdTake openai/changeset-validation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.