MITupdated 20d ago
Stage current changes and amend them into the most recent commit without changing the commit message.
What can you do with 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
Install
Add Git:amend to your client. Pick the one you use.
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.
Score
39 / 100
Incomplete