cx-fix

Automates targeted code fixes for quick, single-file edits.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/AngelMaldonado/cx --skill cx-fix-angelmaldonado
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: cx-fix
Source: https://github.com/AngelMaldonado/cx/tree/main/.claude/skills/cx-fix
Command: npx skills add https://github.com/AngelMaldonado/cx --skill cx-fix-angelmaldonado

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight path for small, localized code changes. Skips the full change lifecycle (no change docs, no Planner, no archive). Use when speed over documentation.

Core Features & Use Cases

  • Lightweight, targeted edits that bypass large change processes.
  • Automates mapping with Scout, applying the fix with an executor, and optional review.
  • Use Case: quickly patch a typo, rename a non-critical variable, or tweak a constant in a single file.

Quick Start

Describe the fix you want applied and run the FIX workflow.

Frequently Asked Questions about cx-fix

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

FAQPage Schema
How do I apply quick localized code fixes without triggering a full change lifecycle?β–Ό

To apply quick localized code fixes, use a deterministic workflow that bypasses change docs and planning, utilizing a Scout to map the area and an executor to apply the edit directly, achieving rapid patches for small, single-file edits.

What is a lightweight workflow for renaming variables or tweaking constants in a single file?β–Ό

A lightweight workflow for renaming variables or tweaking constants skips the full change lifecycle, using a Scout to map and an executor to apply the fix, delivering fast, targeted edits without generating documentation.

When should I use a rapid patching workflow instead of a full change process?β–Ό

Use a rapid patching workflow when speed outweighs architectural impact, such as for small edits, renames, or quick patches in a single file, skipping planning and change docs to accelerate localized code changes.

Does the localized code fix workflow include automated code review?β–Ό

Yes, the localized code fix workflow includes an optional Reviewer step after the executor applies the fix, allowing you to perform automated checks without slowing down the core patching process.

What are the limitations of bypassing the full change lifecycle for code edits?β–Ό

Bypassing the full change lifecycle for code edits requires accepting strict no-change-docs and no planning rules, limiting the approach to small, localized patches where architectural impact is minimal or nonexistent.