codex-fix

Automate Codex-assisted post-edit review and hand findings to refactor-verify.

50|2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/subinium/vibesubin --skill codex-fix-subinium
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-fix
Source: https://github.com/subinium/vibesubin/tree/main/plugins/vibesubin/skills/codex-fix
Command: npx skills add https://github.com/subinium/vibesubin --skill codex-fix-subinium

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the post-edit workflow by routing a batch of edits through Codex rescue for a second-model review and handing findings to refactor-verify for triage, verification, and resolution.

Core Features & Use Cases

  • Host-check wrapper for Codex rescue and automated hand-off to refactor-verify.
  • Collects Codex Findings in markdown and ships them to the review-driven fix engine.
  • Provides graceful fallback on non-Claude Code hosts and prevents silent failures.

Quick Start

Trigger the Codex rescue loop on your current branch to review changes and hand findings to refactor-verify for automated triage and resolution.

Frequently Asked Questions about codex-fix

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

FAQPage Schema
How do I automate a second-model code review for branch edits before merging?

Automate a second-model code review for branch edits by triggering a Codex rescue loop that collects findings in markdown and delegates them to refactor-verify for triage, verification, and committed resolution. It applies to branch edits in Claude Code with the Codex plugin.

What is a Codex rescue cycle and how does it handle post-edit verification?

A Codex rescue cycle is a post-edit review process that routes a batch of branch edits through Codex for a second-model review. It handles post-edit verification by wrapping the rescue cycle and handing findings to refactor-verify for triage, verification, and committed resolution.

Can I use Codex-assisted code review on hosts other than Claude Code?

Codex-assisted code review provides a graceful fallback to direct review on non-Claude Code hosts, preventing silent failures. However, the full automated hand-off to refactor-verify is designed for branch edits in Claude Code with the Codex plugin.

How do I hand off Codex findings to a review-driven fix engine?

Hand off Codex findings to a review-driven fix engine by invoking the Codex rescue loop, which collects findings in markdown and ships them to refactor-verify. The hand-off includes the encoded review_sha, findings, and branch context for structured triage and resolution.

Does refactor-verify require a specific base-branch calculation before resolving findings?

Refactor-verify receives the encoded review_sha, findings, and branch context from the Codex rescue loop. The skill satisfies requirements for host detection and base-branch calculation automatically before handing findings to refactor-verify for committed resolution.

Why does my automated post-edit review fail silently on some hosts?

Automated post-edit review can fail silently when host detection fails on non-Claude Code environments. This skill prevents silent failures by providing a graceful fallback to direct review, ensuring the post-edit loop completes even without the Codex plugin.