Back to Skills

check-codex

Check for pending Codex (GitHub AI) feedback on current branch's PR. Use to review and address AI suggestions before merge. This is the rate-limiting step before merge.

2starsUpdated 3/19/2026

Security Assessment

Safe(100/100)
Security Score100/100

About check-codex

The 'check-codex' skill is designed to assist in reviewing and addressing feedback from Codex (GitHub AI) on pull requests (PRs). Its primary function is to fetch and present Codex's review comments for the current PR in a structured format. The skill solves the problem of ensuring AI-generated suggestions are reviewed and integrated before merging code changes, making it a crucial step in the development process. It provides a streamlined process for identifying critical feedback, important suggestions, and minor recommendations from Codex, making sure nothing is missed before merging.

FAQ

How do I trigger the check-codex skill?

You can trigger the skill using the `/check-codex` command, or alternatively, by using its aliases `/codex` and `/codex-feedback`.

What happens if there is no PR for the current branch?

If no PR is found for the branch, the skill will prompt you to create one using the `gh pr create` command.

Can I check Codex feedback for multiple PRs at once?

Yes, you can check feedback for all open PRs with Codex feedback by using the command `/check-codex --all`.

Is the skill compatible with all PRs or only specific ones?

The skill works with any PR that has Codex feedback. It requires the current PR to have feedback from the Codex bot, identified as 'chatgpt-codex-connector[bot]'.

What are the system requirements for using check-codex?

The skill requires Git context to function, specifically the ability to access and interact with GitHub PRs using `gh` CLI commands.

Install check-codex

Download and extract the skill files to your .claude/skills/ directory.

Quick Setup:

  1. Copy the skill folder to .claude/skills/
  2. Claude will automatically detect and use the skill