Creator
OpenAI
2 sources · 8 skills known · 8 fully evaluated.
Official · Organization
GitHub profile ↗Topics represented: Development (4), Agent Workflows (2), DevOps & Deployment (1), Testing & QA (1), Security (1)
Sources (2)
All skills from OpenAI
8 skills
- 01skill-creatorCodex's own bundled tool for authoring a new skill, invoked with $skill-creator.CodexOfficial OpenAI openai/codex
- 02review-agentCodex's bundled skill for reviewing changes — the current in-box option, no install needed.CodexOfficial OpenAI openai/codex
- 03gh-fix-ciInspects failing PR checks with gh, fetches the GitHub Actions logs, summarizes the failure, then proposes a fix plan and implements it only after explicit approval.CodexOfficial OpenAI openai/skills
- 04gh-address-commentsFinds the open PR for your current branch and works through its review comments with the gh CLI, checking gh auth status first rather than failing halfway through.CodexOfficial OpenAI openai/skills
- 05playwrightDrives a real browser from the terminal for navigation, form filling, screenshots, and data extraction — CLI-first, and won't write @playwright/test files unless asked.CodexOfficial OpenAI openai/skills
- 06security-threat-modelProduces a repository-grounded threat model — trust boundaries, assets, attacker capabilities, abuse paths, mitigations — written to a markdown file. Roughly half its description is negative triggers.CodexOfficial OpenAI openai/skills
- 07migrate-to-codexMigrates instruction files, skills, agents, and MCP config from another agent into Codex's own files, without touching the source agent's files.CodexOfficial OpenAI openai/skills
- 08pdfReads, creates, and reviews PDFs where layout matters, rendering pages for visual checks rather than only extracting text.CodexOfficial OpenAI openai/skills