amend-push

Installation
SKILL.md

Amend and Push

Context

Stage changes, amend the previous commit, and force push to remote.

Workflow

  1. Check git status
  2. Verify current branch (never force push main/master)
  3. Stage specified files (or all with -a)
  4. Amend previous commit:
    • Use --no-edit to keep message
    • Or allow editing if requested
  5. Force push with --force-with-lease for safety
  6. Show result and final status

Safety Rules

Installs
1
GitHub Stars
12
First Seen
Feb 13, 2026
amend-push — helderberto/skills