formax-rework-convergence-workflow

Clean reworked code by removing duplicates and dead branches without altering behavior.

192|7|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/yusifeng/formax --skill formax-rework-convergence-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formax-rework-convergence-workflow
Source: https://github.com/yusifeng/formax/tree/main/.codex/skills/formax-rework-convergence-workflow
Command: npx skills add https://github.com/yusifeng/formax --skill formax-rework-convergence-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codebases often accumulate redundant logic and tangled structures after repeated edits. This skill provides a safe, focused cleanup workflow that preserves behavior while restoring clarity.

Core Features & Use Cases

  • Identify duplicated paths, dead branches, and mixed style patterns.
  • Prioritize minimal, verifiable changes and maintain interfaces.
  • Use cases include iterative feature refinements, bug-fix backlogs, and UI/logic drift cleanup.

Quick Start

Initiate a focused convergence pass on touched modules to remove redundancy while preserving runtime behavior.

Frequently Asked Questions about formax-rework-convergence-workflow

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

FAQPage Schema
How do I clean up duplicated code and dead branches without altering behavior?

To clean up duplicated code without altering behavior, apply a focused convergence workflow that removes redundant logic and dead branches while imposing guardrails like no feature expansion and preserving interfaces. Validate changes through targeted checks.

What is the best way to reduce code churn during iterative feature refinements?

The best way to reduce code churn during iterative feature refinements is to execute a minimal convergence pass on touched modules, removing accumulated redundancy and mixed style patterns while strictly maintaining existing runtime behavior.

When do I need to use a code convergence workflow for refactoring?

You need a code convergence workflow for refactoring when iterative development causes touched files to accumulate duplicates, dead branches, or inconsistent style across modules, creating a tangled structure that requires focused cleanup.

How do I identify and remove dead code safely in frequently modified modules?

To identify and remove dead code safely in frequently modified modules, initiate a convergence pass that prioritizes minimal, verifiable changes, ensuring you preserve interfaces and validate modifications through targeted checks before finalizing.

Can I fix UI and logic drift while preserving interfaces in my codebase?

Yes, you can fix UI and logic drift while preserving interfaces by applying a safe, focused cleanup workflow that targets redundant paths and mixed style patterns, validating all changes through targeted checks to maintain behavior.

What are the limitations of a minimal convergence pass for code cleanup?

A limitation of a minimal convergence pass for code cleanup is the strict guardrail against feature expansion, meaning it only focuses on removing redundancy and dead code rather than implementing new logic or extending current features.