commit-push-pr

Installation
SKILL.md

Commit all staged and unstaged changes, push to remote, and open a pull request.

Steps:

  1. Run git status and git diff to understand what changed
  2. Run git log --oneline -5 to understand recent commit style in this repo
  3. Stage all relevant changes: git add specific files (avoid .env, secrets, node_modules)
  4. Write a concise commit message focused on WHY, not what. Format:
    git commit -m "$(cat <<'EOF'
    <summary of change>
    
Installs
11
GitHub Stars
11
First Seen
May 15, 2026
commit-push-pr — jackson-video-resources/skills