Changeset Validation
openai/openai-agents-js/.agents/skills/changeset-validationai-mlOfficial
Official Provider SkillView repo
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.
Files7 files
SKILL.md54 lines
Loading editor…
Install
RecommendedOne command — your agent picks it up automatically.
Select an AI agent above to see the install command.
or
Manual Install
More stepsDownload the archive and add the files to your project manually.
Skill details
Versionv1.0.0
AuthorOpenAI
Categoryai-ml
Skill IDopenai/openai-agents-js/.agents/skills/changeset-validation
Files7 files
Related skills
Code Change VerificationRun the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents JS monorepo.Credit Note FixerFix the tiny credit-note formatting bug and rerun the exact targeted test command.Csv WorkbenchAnalyze CSV files in /mnt/data and return concise numeric summaries.Docs SyncAnalyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs (docs/src/content/docs/**) and never touch translated docs under docs/src/content/docs/ja, ko, or zh. Provide a report and ask for approval before editing docs.Examples Auto RunRun examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.Final Release ReviewPerform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-js.