commit
Create a git commit with a contextual message based on current changes, then push the branch.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a git commit with a contextual message based on current changes, then push the branch.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Code quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install.
Verify a clawvet release is actually consistent across npm, git tags, GitHub Releases, ClawHub, and the Claude plugin marketplace. Use before cutting a release, after publishing, or whenever a version looks stale anywhere.
Vet any OpenClaw skill for prompt injection, credential theft, and RCE before you install it. Runs a clawvet scan and blocks risky installs.
Creates the directories used by this skill.
Prepares the local environment for other skills.
Reviews public social evidence packets before operator-approved actions.
| name | commit |
| description | Create a git commit with a contextual message based on current changes, then push the branch. |
| allowed-tools | ["Bash"] |
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, stage everything, create one commit with a contextual message, and push the current branch.
Required sequence:
--set-upstream origin <branch> if needed).Do not use interactive commands and do not output extra commentary.