Skip to content

Instantly share code, notes, and snippets.

@gusfune
gusfune / commit-and-pr.md
Created March 19, 2026 13:29
AI Skill: Commit and PR
description Commit current changes, push them, and create a PR towards staging
allowed-tools Bash(git status:*), Bash(git add:*), Bash(git diff:*), Bash(git commit:*), Bash(git push:*), Bash(git log:*), Bash(gh pr:*)

Commit, Push, and Create Pull Request to Staging

Follow these steps to commit current changes and create a PR towards the staging branch:

  1. Check current status: Run git status to see all staged and unstaged changes