Source
openai/skills
OpenAI's curated Codex skill catalog (now deprecated in favor of openai/plugins, but still installable).
6 known skills · 6 catalogued here · 6 with a full profile.
6 skills
- 01gh-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
- 02gh-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
- 03playwrightDrives 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
- 04security-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
- 05migrate-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
- 06pdfReads, creates, and reviews PDFs where layout matters, rendering pages for visual checks rather than only extracting text.CodexOfficial OpenAI openai/skills