← 返回 Skills 市场
sky-lv

Git Workflow Helper

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
58
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install git-workflow-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 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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install git-workflow-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /git-workflow-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
Slug git-workflow-helper
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Git Workflow 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 插件,目前累计下载 58 次。

如何安装 Git Workflow Helper?

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

Git Workflow Helper 是免费的吗?

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

Git Workflow Helper 支持哪些平台?

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

谁开发了 Git Workflow Helper?

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

💬 留言讨论