fix-review-issues

Orchestrate review issue fixes through planning and implementation phases.

4|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/doodledood/codex-workflow --skill fix-review-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review-issues
Source: https://github.com/doodledood/codex-workflow/tree/main/skills/fix-review-issues
Command: npx skills add https://github.com/doodledood/codex-workflow --skill fix-review-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically address issues found from a $review run. Orchestrates: discover issues → confirm scope → plan → execute → verify.

Core Features & Use Cases

  • Issue discovery & categorization: Parses review outputs to identify and categorize findings by severity and category.
  • Plan-driven remediation: Generates a prioritized plan using the $plan skill and supports scope selection aligned with project rules and plans.
  • Automated execution: Executes fixes in priority order via the $implement skill, with integrated verification steps.

Quick Start

Initiate a fix-review-issues workflow to discover findings, create a plan, and execute fixes through the implement step.

Frequently Asked Questions about fix-review-issues

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

FAQPage Schema
How do I automate fixing code review issues systematically?

To automate fixing code review issues, this skill orchestrates a phase-driven workflow that discovers findings, confirms scope, plans remediation, and executes priority fixes via integrated implementation and verification steps.

What is the best way to prioritize and remediate software review findings?

Prioritizing and remediating software review findings involves parsing review outputs to categorize issues by severity, generating a prioritized plan, and executing fixes in priority order with predefined scope rules.

Does this issue remediation workflow enforce project guardrails like AGENTS.md?

Yes, the issue remediation workflow enforces project guardrails by respecting AGENTS.md and Plan/Spec rules, applying scope confirmation and phase-driven execution constraints throughout the fixing process.

How do I execute a plan-driven fix workflow for software projects?

Executing a plan-driven fix workflow requires initiating the process to discover findings, using the planning step to generate a scoped remediation plan, and relying on automated execution to apply fixes with integrated verification.

Can I filter and categorize review findings before applying scope rules?

Yes, you can filter and categorize review findings before applying scope rules, as the workflow parses review outputs to identify findings by severity and category prior to confirming the remediation scope.