| name | git-change-simplifier |
|---|---|
| description | Review local Git changes and simplify newly added code while preserving behavior. Use when asked to clean up a working tree diff before commit or PR by removing unnecessary type aliases, thin abstractions, one-time constants, unused exports, unused public service methods, duplicated helpers, and non-essential or outdated implementations. |
Simplify only code introduced or changed in the local diff. Preserve behavior, keep edits small, and favor deletion over abstraction.