openai-agents-js
Build and maintain multi-agent JavaScript apps with automated review workflows
All Skills in This Repository (20)
Pure Emerald Level Indicatorscode-change-verification
Run installation, build, linting, type checks, and tests for code changes.
final-release-review
Diff BASE_TAG...TARGET to assess release readiness and gate decisions.
test-coverage-improver
Run coverage analyses in JavaScript/TypeScript monorepos and generate test ideas per file.
changeset-validation
Validate changesets against the current branch diff and output JSON verdicts.
openai-knowledge
Fetch OpenAI platform documentation via MCP server tools.
examples-auto-run
Prebuild and run example scripts in parallel with per-script logs.
integration-tests
Orchestrate Verdaccio-backed integration testing workflows for local npm registry scenarios.
implementation-strategy
Assess runtime and API compatibility boundaries before editing code.
docs-sync
Audits mismatches between code and documentation, producing a prioritized list of fixes with file references.
pr-draft-summary
Generate PR-ready titles, summaries, and draft descriptions from code changes.
runtime-behavior-probe
Plan and execute runtime behavior investigations using disposable TypeScript probes.
pnpm-upgrade
Update pnpm, prepare Corepack, and align packageManager pins in GitHub Actions workflows.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core