git-commit-push
by community
Use this page as a decision snapshot for git-commit-push: trust signal, install momentum, real user feedback, and high-intent related pages you can compare next.
Description
# Git Commit & Push 提交改动并推送到 origin 远端,不创建 PR。 ## 触发条件 当用户要求提交改动并 push(但不需要提 PR)时使用此 skill。 ## 执行步骤 1. **创建新分支**:`git checkout -b <branch-name>`,分支名由用户指定或根据改动内容自动生成。如果用户希望直接在当前分支提交,则跳过此步。 2. **Review 改动**:先用 `git status` 和 `git diff` 自行检查所有改动,确保没有把临时文件、调试代码或不相关的文件混进来。 3. **暂存文件**:`git add` 相关改动文件。不要使用 `git add -A` 或 `git add .`,而是逐个添加相关文件。 4. **提交改动**: ```bash git commit --signoff --author="Cheney Zhang <chen.zhang@zilliz.com>" -m "<commit message>" ``` - commit message 用英文编写,简洁描述改动内容。 - **绝对不要**在 commit me
Install git-commit-push
Run this in your OpenClaw agent to add git-commit-push from the ClawHub registry.
openclaw skills install git-commit-pushRequires ClawHub registry access. Review the security analysis below before installing.
Security Analysis
Open Source
Code is publicly available for audit.
Community Verified
Reviewed by the ClawHub community.
Community Reviews
Real user ratings only — separate from the editorial assessment and ClawHub signal.
Installed this skill? Sign in and leave the first review.
Save the skill now, come back after testing it, and help the next person choose with a quick review.
Frequently asked questions
Is git-commit-push safe to install?
git-commit-push has a SkillsReview security score of 50/100. It is open source and community-verified on ClawHub. Check the full Security Analysis on this page before installing.
How much does git-commit-push cost?
git-commit-push is free to install for OpenClaw via ClawHub.
What are the best alternatives to git-commit-push?
You can compare git-commit-push side by side with similar OpenClaw skills on the SkillsReview comparison page to find the best fit for your workflow.
How do I install git-commit-push?
Install git-commit-push from ClawHub at clawhub.ai/skills/git-commit-push, or use the install action on this page to copy the command for your OpenClaw agent.
Community Signal
Historical movement
Timeline plus trend snapshots for security, reviews, and reputation tilt.
Trend Charts
30 / 90 / 180 day snapshots for ranking movement and security-score movement.
Last updated unknown UTC
Submit your review
Share your experience and help others find the best skills.
Newsletter
Stay updated on git-commit-push and the wider SkillsReview ecosystem
Get the weekly Top 5, fresh security alerts, and newly hot skills by email. You can unsubscribe from any newsletter email in one click.