fix-full-review

Execute the Claude-defined fix-full-review workflow in Codex environments.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/furrycolombia-sys/candyshop --skill fix-full-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-full-review
Source: https://github.com/furrycolombia-sys/candyshop/tree/main/.agents/skills/fix-full-review
Command: npx skills add https://github.com/furrycolombia-sys/candyshop --skill fix-full-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactively fix issues found in /full-review reports by ensuring Codex follows the established Claude workflow in .claude/skills/fix-full-review/SKILL.md. Read that source file before acting.

Core Features & Use Cases

  • Read and replicate the Claude-defined fix-full-review workflow exactly.
  • Adapt Claude-only slash commands, MCP calls, or shell assumptions to the Codex toolset and local environment.
  • Execute the workflow directly when the user asks for work, while keeping .claude as the source of truth. If changes are needed, update the Claude source accordingly.

Quick Start

Prompt Codex to follow the Claude workflow in the referenced SKILL.md and execute the fix.

Frequently Asked Questions about fix-full-review

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

FAQPage Schema
How do I automate fixing issues found in a full code review?

To automate fixing issues found in a full code review, this Skill applies the Claude-defined workflow to your Codex environment, interactively resolving reported problems. It reads the canonical source file and executes the fix workflow directly upon request.

What is the Claude fix-full-review workflow in Codex?

The Claude fix-full-review workflow is a source-of-truth process defined in a SKILL.md file that Codex reads and replicates. It adapts Claude-only slash commands and shell assumptions to the local Codex toolset to execute interactive issue fixes.

How do I adapt Claude commands for a Codex code review fix?

To adapt Claude commands for a Codex code review fix, the Skill translates Claude-only slash commands, MCP calls, and shell assumptions into the local Codex toolset. It executes the translated workflow while keeping the Claude file as the source of truth.

Does the fix-full-review Skill require a specific directory structure?

Yes, the fix-full-review Skill requires a specific directory structure. It reads the canonical Claude workflow from the .claude/skills/fix-full-review/SKILL.md path and maintains this .claude directory as the permanent source of truth for updates.

Can I update the Claude workflow source file when fixing code review issues?

Yes, you can update the Claude workflow source file when fixing code review issues. If permanent changes are needed during the interactive fix process, the Skill updates the canonical SKILL.md file to keep the .claude directory as the source of truth.