changeset-validation Skill
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. Published by openai in openai-agents-js.
What is changeset-validation Skill?
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. Published by openai in openai-agents-js. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using openai-agents-js
Technical details
- Install or run with Copy skill directory
When to use changeset-validation Skill
- Use it for developers using openai-agents-js.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/openai-agents-js
- Skill file: .agents/skills/changeset-validation/SKILL.md
What it does
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.
Skill instructions
Changeset Validation Overview 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. Quick start Local (Codex-driven): 1. Run: bash pnpm changeset:validate-prompt 2. Apply the rules from references/validation-prompt.md to the generated prompt. 3. Respond with a JSON verdict containing ok/errors/warnings/requiredbump (English-only strings). CI (Codex Action): 1. Run: bash pnpm changeset:validate-prompt -- --ci --output .github/codex/prompts/changeset-validation.generated.md 2. Use openai/codex-action with the generated prompt an
Explore related resources
Frequently asked questions
What is changeset-validation?
changeset-validation is a open-source AI agent skill with Copy skill directory. Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes).
Who is changeset-validation best for?
changeset-validation is best for reusing agent instructions, scripts, and references.
How do I install changeset-validation?
Install or run changeset-validation using Copy skill directory. Check changeset-validation for the latest setup command.
Is changeset-validation actively maintained?
changeset-validation may need a closer maintenance check before production use.
Auto-fetched from GitHub.