← Back to Skills Marketplace
140
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install skylv-git-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 an instruction-only Git assistant and appears internally consistent. Before using: (1) verify the provenance since source/homepage are unknown and SKILL.md version differs from registry metadata; (2) review any Git commands the agent suggests before running them (some commands can be destructive); (3) avoid granting shell/CI execution permissions to the skill without manual review; and (4) consider backing up your repository or testing commands in a safe clone before applying changes.
Capability Analysis
Type: OpenClaw Skill
Name: skylv-git-helper
Version: 1.0.3
The git-helper skill is a documentation-based assistant designed to provide guidance on standard Git operations such as branch management and conflict resolution. Analysis of SKILL.md and _meta.json reveals no executable code, network activity, or malicious prompt injection attempts; it strictly provides informational Git command examples.
Capability Assessment
Purpose & Capability
The name/description (Git operations, conflict resolution, branch management) matches the SKILL.md content. The skill requests no binaries, env vars, or installs, which is proportionate. Minor provenance note: registry metadata version (1.0.3) differs from SKILL.md (1.0.2) and the source/homepage are unknown, but this is an authenticity/provenance issue rather than a capabilities mismatch.
Instruction Scope
SKILL.md contains only examples and high-level guidance (e.g., 'git reset --soft HEAD~1', conflict-resolution guidance, branching best practices). It does not instruct the agent to read files, access environment variables, phone home, or automatically execute commands against a repo. However, the guidance includes potentially destructive git commands — users should review/confirm any commands before executing.
Install Mechanism
No install specification and no code files are present (instruction-only), so nothing is written to disk or downloaded during install. This is the lowest-risk install profile.
Credentials
No environment variables, credentials, or config paths are requested, which is appropriate for a documentation-style Git helper.
Persistence & Privilege
always is false and the skill is user-invocable. Model invocation is not disabled (the platform default), which alone is normal; combined with the lack of credentials/install, there is no elevated persistence or privilege requested by the skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-git-helper - After installation, invoke the skill by name or use
/skylv-git-helper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated skill version number in SKILL.md from 1.0.1 to 1.0.2.
v1.0.2
- Updated version number in SKILL.md from 1.0.0 to 1.0.1.
- No other content changes.
v1.0.1
- Added keywords and triggers metadata to SKILL.md for improved discoverability.
- Included a "Usage" section with basic installation and usage steps.
- No functional changes to the skill logic.
v1.0.0
Initial release of git-helper:
- Provides assistance for common Git operations including commit, merge, branch management, and conflict resolution.
- Offers usage guidance for undoing operations, resolving merge conflicts, and recommending branch strategies.
- Helps check commit message compliance.
- Supports frequently encountered Git issues: undoing changes, managing branches, resolving conflicts, and reverting versions.
Metadata
Frequently Asked Questions
What is Skylv Git 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 140 downloads so far.
How do I install Skylv Git Helper?
Run "/install skylv-git-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Git Helper free?
Yes, Skylv Git Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Git Helper support?
Skylv Git Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Git Helper?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.3.
More Skills