en un clic
simplify-since
Refactor local changes for simplicity
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Refactor local changes for simplicity
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | simplify-since |
| argument-hint | ["base-branch-or-ref"] |
| description | Refactor local changes for simplicity |
Refactor changes that have been made locally to make them simpler
Get the baseReference, which is the first argument to the skill.
If no base is given, use the default branch, via basename $(git symbolic-ref --short refs/remotes/origin/HEAD)
Get the full local changes with git diff ${baseReference}
Analyze the local changes and look for any places the code can be made simpler
Suggest refactorings to the user and ask if you should proceed with the changes
Guidelines: