git-workflow
OpenClaw Git 工作流技能。 当用户提及以下任务时使用: - 提交代码或文档 - 推送到远程仓库 - 管理多个 Git 仓库 - 查看 Git 状态 核心能力: - 自动检测文件变更 - 自动生成提交信息 - 自动推送到远程仓库 - 多仓库管理
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/broommonk/git-workflowWhat This Skill Does
The git-workflow skill provides OpenClaw with native intelligence to manage Git version control systems directly from the chat interface. It acts as an autonomous developer assistant, capable of monitoring file changes, staging assets, crafting conventional commit messages, and orchestrating pushes to remote repositories. Whether you are managing codebases across multiple directories or simply backing up documentation, this skill eliminates the manual terminal friction typically associated with source control.
Installation
To integrate this skill, use the OpenClaw terminal command:
clawhub install openclaw/skills/skills/broommonk/git-workflow
Use Cases
- Automated Documentation Updates: Automatically commit and push notes or reports once an AI-generated analysis is complete.
- Multi-Repository Synchronization: Seamlessly manage changes across distinct project directories (e.g., separating configuration files from analytical code).
- Quick Fix Management: Rapidly stage, commit, and push bug fixes without manually checking status or building commit messages from scratch.
- Daily Work Logs: Periodically commit state-of-work updates at the end of a session.
Example Prompts
- "Check the current status of the Stock-Analysis repo and commit all recent changes with an appropriate message."
- "I've finished the new feature branch for the Jarvis memory configuration; please stage, commit, and push the updates."
- "Resolve the merge conflict in data_processor.py and finalize the commit for me."
Tips & Limitations
- Best Practices: Maintain the habit of using descriptive commit types (feat, fix, docs, chore) to ensure your commit history remains clean and readable.
- Authentication: Ensure your SSH keys or Git credentials are pre-configured on the host machine, as the skill relies on the system's underlying Git authentication context.
- Conflict Resolution: While the skill can assist in detecting and staging conflicts, complex merge resolution often requires human oversight to ensure code integrity remains intact. Always perform a quick review if the skill reports a merge failure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-broommonk-git-workflow": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution