Pr With Codex banner
diegovogel diegovogel

Pr With Codex

Git community

Description

Create a pull request and run it through automated Codex review cycles until the PR is clean or cycles are exhausted. ## Phase 1: Create the PR Follow your standard PR-creation workflow from your system prompt's "Creating pull requests" section. Do NOT duplicate those instructions here — use the built-in workflow verbatim (status/diff/log in parallel, draft title + body, push the branch if needed, run `gh pr create` with a HEREDOC body, return the PR URL). If anything in Phase 1 fails — push

Installation

Installs to ~/.claude/skills/diegovogel-claude-code-tools-pr-with-codex/SKILL.md

Terminal
mkdir -p ~/.claude/skills/diegovogel-claude-code-tools-pr-with-codex && curl -fsSL https://raw.githubusercontent.com/diegovogel/claude-code-tools/HEAD/commands/pr-with-codex.md -o ~/.claude/skills/diegovogel-claude-code-tools-pr-with-codex/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository