← Back to Skills Marketplace
79
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skylv-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 appears safe to install as an instruction-only Git assistant. Treat its Git commands as advice: review them before running, especially commands that reset, merge, rebase, or otherwise change repository history.
Capability Analysis
Type: OpenClaw Skill
Name: skylv-git-workflow-helper
Version: 1.0.0
The skill bundle consists of metadata and documentation for a Git operations assistant. It contains standard Git command examples (e.g., git reset) and usage instructions in SKILL.md, with no executable code, suspicious dependencies, or instructions that could lead to unauthorized actions or data exfiltration.
Capability Assessment
Purpose & Capability
SKILL.md states the skill assists Git operations and includes a repository-mutating example: 'git reset --soft HEAD~1'. This is purpose-aligned but users should understand it changes local commit state.
Instruction Scope
The instructions are examples for user-requested Git help and do not tell the agent to run commands automatically or bypass user approval.
Install Mechanism
No install spec or code files are present; this is an instruction-only skill.
Credentials
No required binaries, environment variables, credentials, config paths, or OS-specific access are declared.
Persistence & Privilege
The artifacts show no persistence, background execution, credential use, or privileged access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-git-workflow-helper - After installation, invoke the skill by name or use
/skylv-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 (v1.0.2):
- Assists with common Git operations: commit management, conflict resolution, branch management, and rollback.
- Provides command recommendations and usage tips.
- Offers guidance on Git branching strategies and commit message conventions.
- Includes triggers for Git-related keywords such as commit, merge, branch, pull request, and conflict.
Metadata
Frequently Asked Questions
What is Skylv 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 79 downloads so far.
How do I install Skylv Git Workflow Helper?
Run "/install skylv-git-workflow-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Git Workflow Helper free?
Yes, Skylv Git Workflow Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Git Workflow Helper support?
Skylv Git Workflow Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Git Workflow Helper?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.
More Skills