save

SKILL.md

Save and Push to GitHub

Automatically save all your changes and push them to GitHub with a single command.

How It Works

  1. Check current repository status and changes
  2. Analyze the changes to generate an appropriate commit message
  3. Add all changes to staging
  4. Create commit with generated (or provided) message
  5. Push to remote repository

Workflow Steps

When /save is invoked:

  1. Check Status: Run git status to see all untracked and modified files

  2. Analyze Changes: Run git diff to understand what changed

Installs
4
First Seen
Mar 21, 2026