home/claude/skills/git-commit-reword/SKILL.md
Rewrite a commit message using fixup
npx skillsauth add lambdalisue/dotfiles git-commit-rewordInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use Task tool (subagent_type: "git-commit-reword", mode: "analyze"):
{sha, subject} for recent commitsIf received commit list:
<sha> <subject>)If received draft message:
Use Task tool (subagent_type: "git-commit-reword", mode: "execute"):
Show rebase instructions in Japanese:
✅ fixup コミットを作成しました (<sha>)
以下のコマンドで自動的にマージできます:
git rebase -i --autosquash origin/<base-branch>
tools
Update the title and body of an existing pull request WITHOUT asking for approval
tools
Create a pull request with title and body based on commits WITHOUT asking for approval
tools
Create a Conventional Commit from already staged changes WITHOUT asking for approval
tools
Map staged changes to existing commits and create fixup commits for autosquash WITHOUT asking for approval