Git Workflow Helper

v1.0.0

Git Operations Assistant. Handle Git operations, resolve conflicts, manage branches. Triggers: Git, commit, merge, branch, pull request, conflict.

0· 40·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sky-lv/git-workflow-helper.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Git Workflow Helper" (sky-lv/git-workflow-helper) from ClawHub.
Skill page: https://clawhub.ai/sky-lv/git-workflow-helper
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install sky-lv/git-workflow-helper

ClawHub CLI

Package manager switcher

npx clawhub@latest install git-workflow-helper
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977qpwscn37w3w3f0r1aqxv3x85cbmh
40downloads
0stars
1versions
Updated 2d ago
v1.0.0
MIT-0

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

Comments

Loading comments...