Dev & Engineering ✓ OpenAI · Official github-issuesbug-triagerepository-analysisissue-diagnosisgithub-api

Codex Bug Triage Assistant

Determines whether an openai/codex GitHub bug should be verified, clarified, or explained as expected behavior.

FollowSkills review · FSRS-2.0
Not recommended
40/ 100 5-point scale 2.0 / 5
Trust10 / 25 · 2.0/5

The skill restricts input to an openai/codex GitHub issue and makes the primary data flow visible by preferring read-only GitHub API calls; however, it mandates immediate network access without explaining sensitive log/attachment handling, least-privilege permissions, user confirmation, retention, or rollback. The repository security policy and Apache-2.0 license provide context but do not complete the skill's own safety boundaries.

Reliability8 / 20 · 2.0/5

Input validation, API endpoints, extraction fields, and the three decision paths are reasonably coherent, and failure is supposed to produce an offline explanation. Deductions apply because timeout/retry behavior, API errors, attachments, unavailable thread logs, and missing local source are underspecified; static review provides no executable reproduction evidence, so the score remains below the static ceiling of 10.

Adaptability6 / 15 · 2.0/5

The target scenario is clear: diagnose an openai/codex GitHub issue and choose the next action. However, it defines no boundaries for non-bugs, duplicates, permission-restricted issues, or other failure cases, and gives no Chinese-language output guidance or mainland-China network fallback despite mandatory overseas network access.

Convention7 / 15 · 2.3/5

Front matter, overview, and workflow are readable, and the name broadly matches the capability. Repository context supplies Apache-2.0 licensing, verified OpenAI provenance, security policy, and installation documentation, but the skill itself lacks versioning, changelog, maintenance ownership, install/dependency notes, example outputs, and FAQs.

Effectiveness6 / 15 · 2.0/5

With issue, comment, and repository access, the workflow covers summarization, evidence extraction, verification, information requests, not-a-bug explanations, and a concise report, so it plausibly completes the core task. The output format lacks a fixed template or verified representative result, and network dependence limits direct usability; under static calibration the score cannot exceed 7.

Verifiability3 / 10 · 1.5/5

The skill names concrete API endpoints and extraction fields, providing limited auditability. It contains no tests, fixed fixtures, third-party execution evidence, or independent corroboration, and this review did not execute network or code checks, so evidence coverage is thin.

Evidence confidence:Low Reviewed Jul 19, 2026 Reviewed revision 678157acaa81
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • The workflow mandates immediate GitHub API access, but fallback behavior is underspecified for network, permission, or mainland-China reachability failures.
  • Issue bodies, comments, logs, and attachments may contain credentials or personal data; no redaction, data minimization, or output-boundary guidance is provided.
  • There is no fixed report template, version/changelog policy, or skill-specific test evidence, making compatibility after updates difficult to assess.
See the full review method →

What it does & when to use it

This skill diagnoses bug reports filed in the openai/codex repository. It requires a GitHub issue URL for that repository and reads the issue and its comments through the GitHub API. It extracts reproduction steps, expected and actual behavior, environment details, logs, attachments, and thread IDs before choosing a next action. Its scope is limited to openai/codex issues, rather than general code review or debugging across arbitrary repositories.

Validates that an issue URL belongs to github.com/openai/codex/issues/...; accesses the corresponding GitHub API endpoints for the issue and comments; extracts the title, body, reproduction steps, expected behavior, actual behavior, environment, logs, attachments, and thread IDs; summarizes the report before deeper investigation; chooses whether to verify the report, request more information, or explain why it is not a bug; and, when appropriate, inspects relevant Codex files, documentation, or logs before producing a concise finding and next-step recommendation.

  1. A Codex maintainer receives a detailed issue with reproducible steps and needs to compare it with the repository's current behavior.
  2. A contributor submits a report without sufficient logs or environment details and needs a precise request for follow-up information.
  3. A support engineer needs to determine whether a report conflicts with documented Codex constraints or current repository behavior.
  4. An engineering team needs to extract thread IDs, logs, or session details from an issue's comment history before investigating.

Pros & cons

Pros
  • Has a clearly defined scope centered on openai/codex issues.
  • Uses the GitHub API to read both issue details and comments.
  • Separates verification, information gathering, and expected-behavior explanations.
  • Explicitly checks for evidence such as logs, environment details, attachments, and thread IDs.
Limitations
  • Requires a valid openai/codex issue URL.
  • Depends on network access to GitHub.
  • Provides no documented automated test suite or dedicated verification scripts.
  • Does not cover issues from other GitHub repositories.

How to install

The README does not document a separate installation procedure for this skill. It is located at .codex/skills/codex-bug/SKILL.md and is distributed as part of the repository's skill collection. The README documents Codex CLI installation; for example, macOS or Linux can use curl -fsSL https://chatgpt.com/codex/install.sh | sh, while Windows can use powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex".

How to use

Provide a GitHub issue URL under github.com/openai/codex/issues/... and ask for triage. Example: Diagnose this openai/codex bug and decide whether to verify it, request more information, or explain why it is not a bug: https://github.com/openai/codex/issues/123. If the URL is missing or points elsewhere, the skill asks for the correct link.

FAQ

Does this skill have separate pricing?
The source does not state separate pricing for the skill. The README says Codex CLI can be used with ChatGPT Plus, Pro, Business, Edu, or Enterprise plans, or with an API key that requires additional setup.
What access does it require?
It explicitly requires network access to retrieve the GitHub issue and comments, and may require local filesystem access to inspect relevant Codex files, documentation, or logs. The source does not define a more detailed permission model.
What happens if network access fails?
The workflow requires an immediate network attempt. If access still fails after any required approval, it should explain the available offline help, such as drafting a response template, and ask how to proceed.
Can it diagnose any GitHub issue?
No. It requires a URL pointing to `github.com/openai/codex/issues/...`; missing, malformed, or other-repository URLs should trigger a request for the correct link.

More skills from this repository

All from openai/codex

Dev & Engineering ✓ OpenAI · Official

PR Babysitter

Continuously track a GitHub pull request’s reviews, CI, and mergeability while handling safe fixes.

Dev & Engineering ✓ OpenAI · Official

Codex Issue Digest

Turns recent openai/codex bugs and enhancement requests into focused, owner-ready digests.

Design & Frontend ✓ OpenAI · Official

Codex Image Generation

Generate, edit, and prepare practical raster image assets directly within a project workflow.

Dev & Engineering ✓ OpenAI · Official

Codex Plugin Builder

Scaffold, validate, and maintain standards-shaped plugins for Codex.

Dev & Engineering ✓ OpenAI · Official

Codex Skill Installer

Install curated or repository-hosted Codex skills without manually assembling their files and paths.

Dev & Engineering ✓ OpenAI · Official

OpenAI Official Docs Assistant

Provides current, official-source guidance for OpenAI products, APIs, Codex, and model migrations.

Dev & Engineering ✓ OpenAI · Official

Review Agent Code Review Skill

Find actionable regressions in code changes through a read-only, defect-first review.

Dev & Engineering ✓ OpenAI · Official

Codex Pull Request Editor

Professionally update one or more GitHub pull request titles and bodies around motivation, net changes, and verification.

Dev & Engineering ✓ OpenAI · Official

Remote Executor Integration Tests

Validate Codex integration behavior across local and remote execution environments.

Dev & Engineering ✓ OpenAI · Official

V8 Version Maintainer

Updates Codex’s pinned V8 versions and validates release-candidate and build-failure paths.

Dev & Engineering ✓ OpenAI · Official

Change Size Review Guide

Keep code changes reviewable by enforcing practical size limits and staging oversized work.

Dev & Engineering ✓ OpenAI · Official

Codex Path Types Guide

Choose Rust path types that preserve cross-platform URI handling and local filesystem behavior in Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, validating, and refining reusable Agent Skills.

Automation & Ops ✓ OpenAI · Official

CI Push Approval Assistant

Handle CI configuration push blocks and approval handoffs

Dev & Engineering ✓ OpenAI · Official

Code Review and Testing Guidance

Helps coding agents choose and structure tests for logic changes.

Dev & Engineering ✓ OpenAI · Official

Breaking Change Reviewer

Systematically detect compatibility risks across external integration surfaces before they reach users.

Dev & Engineering ✓ OpenAI · Official

Codex TUI Interactive Testing Guide

A focused workflow for launching Codex TUI and validating changes with trace logs.

Dev & Engineering ✓ OpenAI · Official

Context Governance

Keep coding-agent context incremental, cache-stable, and strictly bounded.

Dev & Engineering ✓ OpenAI · Official

Pull Request Code Review

Orchestrate a final pull request review and consolidate every actionable finding from specialized reviewers.

Related skills