← Back to Skills Marketplace
brennerspear

commit

by BrennerSpear · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
463
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install commit
Description
Create a git commit with a contextual message based on current changes, then push the branch.
README (SKILL.md)

Context

  • Current git status: !git status
  • Current git diff (staged and unstaged changes): !git diff HEAD
  • Current branch: !git branch --show-current
  • Recent commits: !git log --oneline -10

Your task

Based on the above changes, stage everything, create one commit with a contextual message, and push the current branch.

Required sequence:

  1. Stage changes.
  2. Create a single commit.
  3. Push the current branch to origin (use --set-upstream origin \x3Cbranch> if needed).

Do not use interactive commands and do not output extra commentary.

Usage Guidance
This skill will stage all changes and push the current branch to origin using whatever git credentials are configured in the environment — it can therefore publish accidental or sensitive changes. Only allow it to run in repositories you trust, and consider reviewing git status/diff output yourself before invoking. Ensure your environment has the correct remote and credentials, and that you are comfortable with an automated single-commit workflow (no interactive confirmation). If you want more conservative behavior, modify the workflow to prompt before staging/pushing or to exclude certain paths (e.g., secrets).
Capability Analysis
Type: OpenClaw Skill Name: commit Version: 1.0.0 The skill bundle is benign. It defines a 'commit' skill that uses standard git commands (`git status`, `git diff`, `git branch`, `git log`) to gather context for an AI agent. The agent is then instructed to stage changes, create a commit, and push to the current branch using Bash. There is no evidence of malicious intent, data exfiltration, persistence mechanisms, or prompt injection designed to harm the system or user. The use of Bash and git commands is directly aligned with the skill's stated purpose.
Capability Assessment
Purpose & Capability
Name and description (create a commit and push) align with the instructions: the SKILL.md explicitly reads git status/diff/log, stages changes, commits once, and pushes to origin. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions stay within git-related operations (status, diff, branch, log, add, commit, push). However, the required sequence stages all changes and pushes to origin, which will modify the remote repository and could publish sensitive changes if present — this is expected for a commit/push skill but is a notable operational risk to be aware of.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded during install.
Credentials
No environment variables or credentials are requested by the skill. It will rely on whatever git credentials/configuration already exist in the agent's environment (SSH keys, credential helpers), which is appropriate for a git commit/push operation.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent / elevated platform privileges beyond normal agent execution and running Bash commands.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install commit
  3. After installation, invoke the skill by name or use /commit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug commit
Version 1.0.0
License
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is commit?

Create a git commit with a contextual message based on current changes, then push the branch. It is an AI Agent Skill for Claude Code / OpenClaw, with 463 downloads so far.

How do I install commit?

Run "/install commit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is commit free?

Yes, commit is completely free (open-source). You can download, install and use it at no cost.

Which platforms does commit support?

commit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created commit?

It is built and maintained by BrennerSpear (@brennerspear); the current version is v1.0.0.

💬 Comments