MITupdated 20d ago
Stage current changes and amend them into the most recent commit without changing the commit message.
Git:amend 能做什么?
name: "git:amend" description: "Amend the last commit with staged changes" user-invocable: true
Amend Last Commit
Stage current changes and amend them into the most recent commit without changing the commit message.
- Run
git add -A - Run
git commit --amend --no-edit - Report the updated commit hash
安装
把 Git:amend 添加到你的客户端。选择你正在使用的那个。
npx skills add rhuss/cc-skillInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add rhuss/cc-skillAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/rhuss/cc-skill
cp -r eval/runs/cc-skill-enhancer-eval/2026-06-01-opus/cases/case-003-short-proportionate/_modified/target-skill ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
评分
39 / 100
不完整