在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用simplify-since
星标35
分支3
更新时间2026年2月15日 23:48
Refactor local changes for simplicity
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Refactor local changes for simplicity
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| 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: