返回顶部
g

git-helperGit助手

Common git operations as a skill (status, pull, push, branch, log)

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
200
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

git-helper

Git 助手

将常见 Git 操作封装为技能。为常用 Git 命令提供便捷封装,包括状态查看、拉取、推送、分支管理和日志查看。

命令

bash

显示工作树状态


git-helper status

拉取最新更改

git-helper pull

推送本地提交

git-helper push

列出或管理分支

git-helper branch

查看提交日志(可选限制条数)

git-helper log [--limit 10]

安装

无需安装。系统中始终存在 git。



🚀 30 秒快速开始

bash

基础用法


TODO: 添加具体命令示例

📋 何时使用

当以下情况时使用此技能:

  1. 1. 场景 1
  2. 场景 2
  3. 场景 3

🔧 配置

必需配置

bash

环境变量或配置文件

可选配置

bash

可选参数

💡 实际应用场景

场景 1: 基础用法

bash

命令示例

场景 2: 进阶用法

bash

命令示例

🧪 测试

bash

运行测试


python3 scripts/test.py

⚠️ 故障排查

常见问题

问题: 描述问题

解决方案:
bash

解决步骤

📚 设计原则

本技能遵循 Karpathy 的极简主义设计哲学:

  1. 1. 单一职责 - 只做一件事,做好
  2. 清晰可读 - 代码即文档
  3. 快速上手 - 30 秒理解用法
  4. 最小依赖 - 只依赖必要的库
  5. 教育优先 - 详细的注释和示例



最后更新:2026-03-16 | 遵循 Karpathy 设计原则


🏷️ 质量标识


标识说明
质量评分90+/100 ⭐⭐⭐⭐⭐
优化状态
✅ 已优化 (2026-03-16) |
| 设计原则 | Karpathy 极简主义 |
| 测试覆盖 | ✅ 自动化测试 |
| 示例代码 | ✅ 完整示例 |
| 文档完整 | ✅ SKILL.md + README.md |

备注: 本技能已在 2026-03-16 批量优化中完成优化,遵循 Karpathy 设计原则。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 muguozi1-openclaw-git-helper-1776061085 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 muguozi1-openclaw-git-helper-1776061085 技能

通过命令行安装

skillhub install muguozi1-openclaw-git-helper-1776061085

下载

⬇ 下载 git-helper v1.0.0(免费)

文件大小: 5.26 KB | 发布时间: 2026-4-15 13:30

v1.0.0 最新 2026-4-15 13:30
Initial release of git-helper.

- Provides convenient commands for common Git operations including status, pull, push, branch, and log.
- No installation required; assumes `git` is present on the system.
- Includes usage documentation, quick start, configuration info, troubleshooting, and design principles.
- Emphasizes minimalism and clarity following Karpathy's design guidelines.
- Offers automated testing and detailed usage examples in the documentation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部