← 返回 Skills 市场
michealxie001

OpenClaw Git Workflow

作者 michealxie001 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-gitflow
功能描述
Git workflow assistant. Generates commit messages, PR descriptions, branch management suggestions, and automates common Git operations.
安全使用建议
This package mostly contains reasonable local git helper scripts, but the documentation and examples claim additional files and behaviors (PR generator, branch manager, branch deletion, smart interactive commits) that are missing from the code you were given. Before installing or wiring this into CI/aliases: 1) Ask the publisher for the missing files or the canonical source (homepage/source is unknown). 2) Manually inspect all scripts you will execute; run them in a disposable repo or sandbox first. 3) Do not add git aliases or CI steps that call these scripts until you confirm the scripts implement only the behavior you expect. 4) Be cautious with any future versions that add code to delete branches or run git push — those actions should be explicitly visible and reviewed. If you want, provide the upstream/source or a repo URL and I can re-evaluate with that context.
功能分析
Type: OpenClaw Skill Name: openclaw-gitflow Version: 1.0.0 The skill bundle is a legitimate Git workflow assistant designed to automate commit messages, PR descriptions, and branch management. Analysis of 'scripts/main.py' and 'scripts/commit_generator.py' shows standard use of the subprocess module to execute local git commands without shell injection risks or unauthorized data access. No evidence of data exfiltration, malicious persistence, or prompt injection was found.
能力评估
Purpose & Capability
The stated purpose (commit/PR/branch helpers) matches the included scripts' observable behavior (git diff/log/branch commands). However SKILL.md references additional modules (pr_generator.py, branch_manager.py) and features (automatic branch deletion, smart interactive flows) that are not present in the distributed files — this mismatch is unexpected and unexplained.
Instruction Scope
Runtime instructions tell users to run scripts that operate on the local git repository (staging, commit generation, branch checks). The included code runs git subcommands (diff, log, branch, rev-list, etc.) which is expected, but SKILL.md examples describe destructive actions (deleting stale branches) and interactive 'smart-commit' flows that the provided main.py does not implement. The documentation's guidance to add git aliases and CI integration uses specific file paths; if those paths are incorrect or point elsewhere, they could cause confusion. The discrepancy between described operations and actual code is a scope/instruction coherence problem.
Install Mechanism
No install spec and no external downloads; this is instruction-only with local Python scripts. That minimizes supply-chain risk.
Credentials
The skill requests no environment variables or credentials. The code executes only local git commands via subprocess without network calls or external credentials, which is proportionate to a git helper.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-level privileges. It does not modify other skills' configs. Adding git aliases or CI steps is suggested in docs but would be a user action, not automatic.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-gitflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-gitflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Git workflow assistant with commit message generation, PR descriptions, and branch management
元数据
Slug openclaw-gitflow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Git Workflow 是什么?

Git workflow assistant. Generates commit messages, PR descriptions, branch management suggestions, and automates common Git operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 OpenClaw Git Workflow?

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

OpenClaw Git Workflow 是免费的吗?

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

OpenClaw Git Workflow 支持哪些平台?

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

谁开发了 OpenClaw Git Workflow?

由 michealxie001(@michealxie001)开发并维护,当前版本 v1.0.0。

💬 留言讨论