What problem does it solve?
It helps you get your Elixir project passing mix consistency by iteratively running the failing stage and applying safe, mechanical fixes when possible, or producing a concrete refactor plan when human review is required.
Core Features & Use Cases
- Iterative consistency remediation: Runs mix consistency, detects which pipeline stage failed, and applies the corresponding corrective action.
- Mechanical fixes with guardrails: Safely repairs common issues (formatting, unused code patterns, targeted credo strict offenses) without changing business logic.
- Refactor Plan fallback: Stops when only refactor-class issues remain and outputs an actionable plan for user approval.
Quick Start
Run the gate-fix skill to execute mix consistency and either repair mechanical issues automatically or generate a refactor plan when code changes are required.