AI Summary1. Review all changes (both staged and unstaged) 2. Update documentation if appropriate: 3. Stage all relevant changes with
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Commit and Push Changes" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/push && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/push/SKILL.md "https://raw.githubusercontent.com/sterlingcrispin/claude_slash_commands/main/push/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Commit and push changes with auto-generated summary
Current State
• Git status: !git status • Staged changes: !git diff --cached • Unstaged changes: !git diff
Your Task
• Review all changes (both staged and unstaged) • Update documentation if appropriate: • agents.md - Update if pipeline, findings, or project status changed • README.md - Update if user-facing docs need to reflect changes • Stage all relevant changes with git add • Create a clear, concise commit message that summarizes what was changed and why • Commit the changes • Push to the remote repository Follow these commit message guidelines: • Use imperative mood ("Add feature" not "Added feature") • Keep first line under 50 characters • Focus on the "what" and "why", not the "how" Important: Do not commit files that contain secrets (.env, credentials, etc.)
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster