git-pushing
Automate Git Commit and Push Workflow
Streamline your git workflow by automating staging, conventional commits, and pushing with upstream tracking. Eliminate repetitive git commands with a single skill invocation.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「git-pushing」。 Push my changes to remote
預期結果:
Successfully staged 3 files, created commit 'chore: update code', and pushed to branch 'main' with upstream tracking set
正在使用「git-pushing」。 Commit and push: feat: add search functionality
預期結果:
Successfully committed with message 'feat: add search functionality' and pushed to branch 'feature/search' with upstream tracking
安全審計
安全All static analysis findings were evaluated and determined to be false positives. The shell script uses standard git commands with hardcoded arguments. Documentation examples in SKILL.md are markdown code blocks, not executable code. No security risks identified.
風險因素
品質評分
你能建構什麼
Quick Save and Push
Save work-in-progress changes to remote repository with a single command
Feature Completion Workflow
Commit and push completed features with proper conventional commit format
Automated Git Operations
Integrate git operations into AI-assisted development workflows
試試這些提示
Push my current changes to the remote repository
Commit and push with message: feat: add user authentication
Save these changes and push them to GitHub
I finished the login feature. Commit with proper message and push to remote
最佳實務
- Review staged changes before pushing to ensure no sensitive files are included
- Use meaningful conventional commit messages that describe the change purpose
- Verify remote repository access and authentication before initiating push operations
避免
- Do not push commits containing hardcoded credentials or API keys
- Avoid pushing large binary files or build artifacts to the repository
- Do not use this skill when working with sensitive or classified code repositories