Fixup
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
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 RepositoryRelated Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git