Fixup banner
nmoinvaz nmoinvaz

Fixup

Git community

Description

--- name: fixup description: Apply staged changes to a selected commit in history (rewrites history) allowed-tools: Bash --- Apply the currently staged changes to a commit by rewriting git history. 1. First verify there are staged changes with `git diff --cached --stat` 2. If no staged changes, give the option to stage all changes. If I chose to stage all the git modified files, run `git add -A` and continue. If not, stop. 3. Get the last 8 commits and the staged diff: ```bash git log

Installation

Installs to ~/.claude/skills/nmoinvaz-speedy-gonzales-fixup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nmoinvaz-speedy-gonzales-fixup && curl -fsSL https://raw.githubusercontent.com/nmoinvaz/speedy-gonzales/HEAD/commands/fixup.md -o ~/.claude/skills/nmoinvaz-speedy-gonzales-fixup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository