← Back to Skills Marketplace
2276
Downloads
1
Stars
32
Active Installs
1
Versions
Install in OpenClaw
/install git-workflow
Description
OpenClaw Git 工作流技能。 当用户提及以下任务时使用: - 提交代码或文档 - 推送到远程仓库 - 管理多个 Git 仓库 - 查看 Git 状态 核心能力: - 自动检测文件变更 - 自动生成提交信息 - 自动推送到远程仓库 - 多仓库管理
Usage Guidance
Install only if you want an agent to manage Git commits and pushes. Before use, require it to show `git status`, relevant diffs, exact staged files, generated commit message, target branch, and remote URL; avoid `git add .` in sensitive repositories and do not allow automatic push without explicit approval.
Capability Analysis
Type: OpenClaw Skill
Name: git-workflow
Version: 1.0.0
The OpenClaw Git workflow skill bundle appears benign. It provides standard Git commands (`git status`, `git add`, `git commit`, `git push`, `git config`) and instructions for an AI agent to automate common Git operations. The requested permissions (`exec`, `read`, `write`) are necessary for its stated purpose. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized remote execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful objectives. While placeholders in commands like `git add <file>` and `git commit -m "message"` could pose a shell injection vulnerability if the agent's input sanitization is inadequate, this represents a platform vulnerability rather than malicious intent within the skill itself.
Capability Assessment
Purpose & Capability
The capabilities fit the stated Git workflow purpose, but they include high-impact repository mutation and remote publication through automatic add, commit, and push behavior.
Instruction Scope
The instructions recommend `git add .`, `git commit`, and `git push`, and examples describe automatic commit and push after analysis or across multiple repositories without requiring review of files, diffs, branch, or remote.
Install Mechanism
The package appears to be documentation and metadata only, with no executable payload or install script, but its manifest requests exec, read, and write permissions for Git operations.
Credentials
Exec/read/write access and Git credentials are expected for this purpose, but the artifacts do not scope actions to a specific repository, file set, branch, or remote destination.
Persistence & Privilege
Commits and pushes create persistent local and remote repository changes using configured Git authentication, with no documented approval, rollback, or least-privilege guidance.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install git-workflow - After installation, invoke the skill by name or use
/git-workflow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首发版本,提供 Git 工作流自动化技能。
- 支持自动检测文件变更、生成提交信息、推送到远程仓库。
- 集成多仓库管理能力。
- 提供常见 Git 故障排除和最佳实践指导。
- 兼容 OpenClaw 和 Claude Code 平台。
Metadata
Frequently Asked Questions
What is Git Workflow?
OpenClaw Git 工作流技能。 当用户提及以下任务时使用: - 提交代码或文档 - 推送到远程仓库 - 管理多个 Git 仓库 - 查看 Git 状态 核心能力: - 自动检测文件变更 - 自动生成提交信息 - 自动推送到远程仓库 - 多仓库管理. It is an AI Agent Skill for Claude Code / OpenClaw, with 2276 downloads so far.
How do I install Git Workflow?
Run "/install git-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Git Workflow free?
Yes, Git Workflow is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Git Workflow support?
Git Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Git Workflow?
It is built and maintained by broommonk (@broommonk); the current version is v1.0.0.
More Skills