openaiopenaiOfficialยท20 Agent Skills Included

openai-agents-js

Build and maintain multi-agent JavaScript apps with automated review workflows

Builds text, sandbox, and voice AI agents in JavaScript and TypeScript with tools, guardrails, handoffs, and tracing. Automates contributor workflows like code verification, changeset validation, test coverage improvement, release reviews, and PR drafting. Removes manual checking of builds, docs sync, and sensitive logging so maintainers ship safer SDK updates faster.
npx skills add openai/openai-agents-js --all -g -y
Available:

Tells the AI agent which repository skills it must run for each type of change, such as verification, changeset validation, final review, and PR summary, before marking contributor work complete.

All Skills in This Repository (20)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
openaiopenai

code-change-verification

Run installation, build, linting, type checks, and tests for code changes.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

final-release-review

Diff BASE_TAG...TARGET to assess release readiness and gate decisions.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

test-coverage-improver

Run coverage analyses in JavaScript/TypeScript monorepos and generate test ideas per file.

Official
Intermediate
๐Ÿ“ฆ In Repo
openaiopenai

changeset-validation

Validate changesets against the current branch diff and output JSON verdicts.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

openai-knowledge

Fetch OpenAI platform documentation via MCP server tools.

Official
Intermediate
๐Ÿ“ฆ In Repo
openaiopenai

examples-auto-run

Prebuild and run example scripts in parallel with per-script logs.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

integration-tests

Orchestrate Verdaccio-backed integration testing workflows for local npm registry scenarios.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

implementation-strategy

Assess runtime and API compatibility boundaries before editing code.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

docs-sync

Audits mismatches between code and documentation, producing a prioritized list of fixes with file references.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

pr-draft-summary

Generate PR-ready titles, summaries, and draft descriptions from code changes.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

runtime-behavior-probe

Plan and execute runtime behavior investigations using disposable TypeScript probes.

Official
Advanced
๐Ÿ“ฆ In Repo
openaiopenai

pnpm-upgrade

Update pnpm, prepare Corepack, and align packageManager pins in GitHub Actions workflows.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install openai-agents-js?โ–ผ

Run `npx skills add openai/openai-agents-js --all -g -y` in your terminal to install all skills in this suite globally.

What is the OpenAI Agents JS SDK used for?โ–ผ

It is a framework for building multi-agent workflows in JavaScript and TypeScript, including text agents, sandbox agents with file access, and realtime voice agents.

How do these skills help contributors?โ–ผ

They automate verification builds, changeset checks, test coverage analysis, release readiness reviews, and PR draft summaries so contributors ship compliant changes faster.

Does it work with Claude Code and Codex?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in agents like Claude Code, Codex, Cursor, and OpenClaw.

Can the agent check releases automatically?โ–ผ

Yes. The final-release-review skill audits the release diff, validates changesets, checks documentation coverage, and gives a clear ship-or-block decision.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’