← Back to Skills Marketplace
58
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install git-workflow-helper
Description
Git Operations Assistant. Handle Git operations, resolve conflicts, manage branches. Triggers: Git, commit, merge, branch, pull request, conflict.
README (SKILL.md)
Git Helper — Git操作助手
功能说明
辅助Git版本控制操作,解决常见问题。
使用方法
1. 常用操作指导
用户: 如何撤销最后一次commit但保留修改?
回答:
git reset --soft HEAD~1
2. 冲突解决
用户: 帮我解决这个合并冲突
3. 分支策略
用户: 推荐什么Git分支策略?
4. 提交规范
用户: 检查commit message是否规范
常见问题
- 撤销操作
- 合并冲突
- 分支管理
- 回退版本
Usage
- Install the skill
- Configure as needed
- Run with OpenClaw
Usage Guidance
This skill is internally consistent and low-risk because it only contains instructions, but exercise caution: the examples include potentially destructive git commands (reset, revert, merge resolutions) that, if executed by an agent, will modify your repository. Before running any command suggested by the skill, review it and run it in a safe/test repo or create a backup (or a branch). Note the skill's source/homepage is unknown — if you need stronger assurance, ask the publisher for provenance or prefer a skill from a known source. If you are uncomfortable with autonomous execution, disable automatic invocation or require explicit confirmation before the agent executes git commands.
Capability Analysis
Type: OpenClaw Skill
Name: git-workflow-helper
Version: 1.0.0
The skill bundle is a documentation-based helper for Git operations, containing only metadata and a Markdown file (SKILL.md) with standard Git commands and usage instructions. There is no executable code, and the instructions are consistent with the stated purpose of assisting with version control tasks like conflict resolution and branch management.
Capability Assessment
Purpose & Capability
Name and description (Git operations, conflicts, branches) match the SKILL.md content. The skill requests no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md contains concrete git commands (e.g., git reset --soft HEAD~1) and guidance for conflict resolution and branching. It does not instruct reading unrelated system files or sending data externally, but as an instruction-only skill an agent could execute destructive git commands in the user's repo if given permission—so commands should be reviewed before execution.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk-write risk; nothing is downloaded or installed.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no apparent need for secrets or external tokens to perform the described tasks.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request permanent presence or elevated system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install git-workflow-helper - After installation, invoke the skill by name or use
/git-workflow-helper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of git-helper skill.
- Provides guidance for common Git operations.
- Assists with conflict resolution, branch management, and commit message checks.
- Includes example commands and troubleshooting tips for frequent issues.
- Supports triggers for various Git actions (commit, merge, branch, pull request, conflict).
Metadata
Frequently Asked Questions
What is Git Workflow Helper?
Git Operations Assistant. Handle Git operations, resolve conflicts, manage branches. Triggers: Git, commit, merge, branch, pull request, conflict. It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.
How do I install Git Workflow Helper?
Run "/install git-workflow-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Git Workflow Helper free?
Yes, Git Workflow Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Git Workflow Helper support?
Git Workflow Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Git Workflow Helper?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills