pr-codex-review-poll

Poll head-scoped Codex review findings for the current PR head.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/nanomader/codex-workflow-skills --skill pr-codex-review-poll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-codex-review-poll
Source: https://github.com/nanomader/codex-workflow-skills/tree/main/pr-codex-review-poll
Command: npx skills add https://github.com/nanomader/codex-workflow-skills --skill pr-codex-review-poll

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Codex review polling skill provides a read-only view of head-scoped Codex findings for the current pull request head, surfacing results and plain-language explanations without making any changes.

Core Features & Use Cases

  • Head-scoped polling of Codex review output for the exact PR head.
  • Display each finding with plain-language explanations and a concise summary.
  • Stop before verification, fixes, or thread resolution to keep the workflow safe and recoverable.

Quick Start

Poll Codex review for the current PR head and display the findings in plain language.

Frequently Asked Questions about pr-codex-review-poll

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I poll Codex review findings for a specific GitHub PR head?

Polling Codex review findings requires a script that reads PR metadata and review data via the GitHub CLI. It reports head-scoped findings with severity, URL, and context for the exact PR head.

What are head-scoped Codex review findings?

Head-scoped Codex review findings are read-only inspection results matched exactly to the current PR head SHA. They surface code review issues with severity and context without modifying the repository.

Do I need GitHub CLI to check Codex PR review results?

Yes, checking Codex PR review results requires a functioning GitHub CLI environment. The polling script uses the gh command and python3 to read issue comments and review data.

Does Codex review polling modify my pull request or resolve threads?

Codex review polling does not modify your pull request or resolve threads. It stops before verification, fixes, or thread resolution to keep the PR review workflow safe and recoverable.

What limitations exist when polling Codex findings on a PR head?

Limitations of polling Codex findings include strict read-only inspection and exact head-sha matching. It cannot apply fixes or verify resolutions, restricting use to observation only within PR review workflows.