npx skills add ...
npx skills add openai/openai-agents-js --skill changeset-validation
npx skills add openai/openai-agents-js --skill 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.
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):
references/validation-prompt.md to the generated prompt.CI (Codex Action):
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.md