code-change-verification

Run the required final install, build, type, lint, test, and format checks after eligible SDK changes pass review.

Install
npx skills add 'https://github.com/openai/openai-agents-js/tree/main/.agents/skills/code-change-verification'
Download bundle ↓
main · 506f736Scanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

scripts/run.ps1

scripts/run.ps1Browse 5 files
View on GitHub
← Back to SKILL.md
Set-StrictMode -Version Latest$ErrorActionPreference = "Stop" $scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Definition& node (Join-Path $scriptDir "run.mjs") @argsexit $LASTEXITCODE 
Referenced from SKILL.md