← 返回 Skills 市场
broommonk

Git Workflow

作者 broommonk · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2276
总下载
1
收藏
32
当前安装
1
版本数
在 OpenClaw 中安装
/install git-workflow
功能描述
OpenClaw Git 工作流技能。 当用户提及以下任务时使用: - 提交代码或文档 - 推送到远程仓库 - 管理多个 Git 仓库 - 查看 Git 状态 核心能力: - 自动检测文件变更 - 自动生成提交信息 - 自动推送到远程仓库 - 多仓库管理
安全使用建议
Install only if you want an agent to manage Git commits and pushes. Before use, require it to show `git status`, relevant diffs, exact staged files, generated commit message, target branch, and remote URL; avoid `git add .` in sensitive repositories and do not allow automatic push without explicit approval.
功能分析
Type: OpenClaw Skill Name: git-workflow Version: 1.0.0 The OpenClaw Git workflow skill bundle appears benign. It provides standard Git commands (`git status`, `git add`, `git commit`, `git push`, `git config`) and instructions for an AI agent to automate common Git operations. The requested permissions (`exec`, `read`, `write`) are necessary for its stated purpose. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized remote execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful objectives. While placeholders in commands like `git add <file>` and `git commit -m "message"` could pose a shell injection vulnerability if the agent's input sanitization is inadequate, this represents a platform vulnerability rather than malicious intent within the skill itself.
能力评估
Purpose & Capability
The capabilities fit the stated Git workflow purpose, but they include high-impact repository mutation and remote publication through automatic add, commit, and push behavior.
Instruction Scope
The instructions recommend `git add .`, `git commit`, and `git push`, and examples describe automatic commit and push after analysis or across multiple repositories without requiring review of files, diffs, branch, or remote.
Install Mechanism
The package appears to be documentation and metadata only, with no executable payload or install script, but its manifest requests exec, read, and write permissions for Git operations.
Credentials
Exec/read/write access and Git credentials are expected for this purpose, but the artifacts do not scope actions to a specific repository, file set, branch, or remote destination.
Persistence & Privilege
Commits and pushes create persistent local and remote repository changes using configured Git authentication, with no documented approval, rollback, or least-privilege guidance.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install git-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /git-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,提供 Git 工作流自动化技能。 - 支持自动检测文件变更、生成提交信息、推送到远程仓库。 - 集成多仓库管理能力。 - 提供常见 Git 故障排除和最佳实践指导。 - 兼容 OpenClaw 和 Claude Code 平台。
元数据
Slug git-workflow
版本 1.0.0
许可证
累计安装 32
当前安装数 32
历史版本数 1
常见问题

Git Workflow 是什么?

OpenClaw Git 工作流技能。 当用户提及以下任务时使用: - 提交代码或文档 - 推送到远程仓库 - 管理多个 Git 仓库 - 查看 Git 状态 核心能力: - 自动检测文件变更 - 自动生成提交信息 - 自动推送到远程仓库 - 多仓库管理. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2276 次。

如何安装 Git Workflow?

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

Git Workflow 是免费的吗?

是的,Git Workflow 完全免费(开源免费),可自由下载、安装和使用。

Git Workflow 支持哪些平台?

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

谁开发了 Git Workflow?

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

💬 留言讨论