fix

Generate a fix plan, await approval, and apply changes to code review findings.

Updated Dec 6, 2025
One-click install
npx skills add https://github.com/arttttt/CMIDCABot --skill fix-arttttt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/arttttt/CMIDCABot/tree/main/.codex/skills/fix
Command: npx skills add https://github.com/arttttt/CMIDCABot --skill fix-arttttt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of addressing code review findings by planning, validating, and applying fixes across issues.

Core Features & Use Cases

  • Structured fix planning: Generate a concrete plan for addressing review comments, including scope and approach.
  • Approval-driven workflow: Await explicit confirmation before implementing changes and pushing commits.
  • End-to-end fix cycle: From identifying findings to delivering updated code ready for PR review.

Quick Start

Invoke the fix skill to start addressing a reviewed issue. The system will fetch findings, propose a fix plan, and await your approval before applying changes.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate code review fixes on pull requests?

To automate code review fixes, this skill fetches review findings, generates a structured fix plan, awaits your explicit approval, and then applies the changes and pushes commits to your pull request.

Can I require manual approval before an automated fix plan pushes git commits?

Yes, this skill enforces an approval-driven workflow, meaning it will await your explicit confirmation before implementing any planned fixes and pushing git commits to your branch.

What is the best way to structure actionable feedback from code reviews into a fix plan?

The best way to structure actionable feedback is using an end-to-end fix cycle that identifies review findings, creates a concrete implementation plan, and applies the validated changes directly to your codebase.

How does a structured fix cycle handle software development issues?

A structured fix cycle handles software development issues by identifying actionable review findings, proposing a targeted fix plan, obtaining consent, implementing the fixes, and delivering updated code ready for PR review.

Do I need external dependencies to automate pull request fixes?

No, you do not need external dependencies to automate pull request fixes, as this software engineering skill operates independently to fetch findings, plan fixes, and push commits without requiring additional components.