What problem does it solve? Triage of incoming bug reports for the openai/codex repository is time-consuming: maintainers must fetch the issue, extract repro details, and decide whether to verify against source code, request more information, or explain why the behavior is not a bug. This Skill standardizes that diagnostic workflow. ## Core Features & Use Cases - GitHub API-Based Issue Retrieval: Fetches the issue and its comments via the GitHub API rather than scraping noisy HTML pages, using them as the source of truth. - Structured Bug Summary: Extracts title, body, repro steps, expected vs actual behavior, environment, logs, and thread IDs before any deep investigation. - Decision Workflow: Classifies each report into one of three outcomes—verify against Codex sources, request more information, or explain why it is not a bug with cited evidence. - Use Case: A maintainer pastes a link to an openai/codex issue and asks for triage; the Skill fetches the issue, summarizes the report, inspects relevant code, and recommends the next action. ## Quick Start Diagnose the bug reported at this openai/codex GitHub issue URL and tell me whether to verify it, request more info, or close it as not a bug.