← 返回 Skills 市场
sky-lv

Skylv Git Helper

作者 SKY-lv · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
140
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install skylv-git-helper
功能描述
Git Operations Assistant. Handle Git operations, resolve conflicts, manage branches. Triggers: Git, commit, merge, branch, pull request, conflict.
使用说明 (SKILL.md)

Git Helper — Git操作助手

功能说明

辅助Git版本控制操作,解决常见问题。

使用方法

1. 常用操作指导

用户: 如何撤销最后一次commit但保留修改?

回答:

git reset --soft HEAD~1

2. 冲突解决

用户: 帮我解决这个合并冲突

3. 分支策略

用户: 推荐什么Git分支策略?

4. 提交规范

用户: 检查commit message是否规范

常见问题

  • 撤销操作
  • 合并冲突
  • 分支管理
  • 回退版本

Usage

  1. Install the skill
  2. Configure as needed
  3. Run with OpenClaw
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-git-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-git-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skylv-git-helper
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 4
常见问题

Skylv Git Helper 是什么?

Git Operations Assistant. Handle Git operations, resolve conflicts, manage branches. Triggers: Git, commit, merge, branch, pull request, conflict. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。

如何安装 Skylv Git Helper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-git-helper」即可一键安装,无需额外配置。

Skylv Git Helper 是免费的吗?

是的,Skylv Git Helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Git Helper 支持哪些平台?

Skylv Git Helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Git Helper?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.3。

💬 留言讨论