Automates pre-push verification and commit analysis to ensure safe and intentional code deployments.
The Git Pre-Push skill enhances your version control workflow by executing a standardized verification script before any code is pushed to a remote repository. It automatically runs local checks, analyzes upstream differences to identify unpushed commits, and provides a safety prompt—especially when pushing to critical branches like main. This ensures that all required checks are passed and that you have full visibility into exactly which changes are being sent to the remote server before finalizing the operation.
主要功能
010 GitHub stars
02Main branch protection and confirmation alerts
03Upstream commit delta analysis
04Automated pre-push script execution
05Visual summary of pending remote changes
06Integrated terminal workflow for Claude Code
使用场景
01Verifying code quality and passing tests before pushing to remote
02Preventing accidental or unreviewed pushes to production branches
03Reviewing unpushed commit history in complex development environments