What problem does it solve?
This Skill reduces the time spent manually triaging and fixing issues reported by /code-review by applying Evan Workflow rules and conventions with clear safety guardrails.
Core Features & Use Cases
- Auto-fix from a review report: Corrects issues from an existing review report file or from a freshly generated internal /code-review report.
- Severity-ordered remediation: Processes problems from CRITIQUE to BASSE to prioritize the highest-impact fixes first.
- Mode-based safety controls: Supports interactive confirmation by default, non-ambiguous auto-fixes with --auto, and a non-modifying preview with --dry-run.
- Strategy-driven edits: Chooses a deterministic fix approach by mapping each issue category to references/fix-strategies.md (security, type safety, pattern, naming, style, imports).
Quick Start
Run fix-review-code on your current branch by providing the same commit and branch parameters you used with /code-review, for example: execute /fix-review-code --commit abc123 --branch feature/xxx --auto.