Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
OpenClaw Git 工作流技能。 当用户提及以下任务时使用: - 提交代码或文档 - 推送到远程仓库 - 管理多个 Git 仓库 - 查看 Git 状态 核心能力: - 自动检测文件变更 - 自动生成提交信息 - 自动推送到远程仓库 - 多仓库管理
OpenClaw Git 工作流技能。 当用户提及以下任务时使用: - 提交代码或文档 - 推送到远程仓库 - 管理多个 Git 仓库 - 查看 Git 状态 核心能力: - 自动检测文件变更 - 自动生成提交信息 - 自动推送到远程仓库 - 多仓库管理
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
# 检查 Git 状态 git status # 查看变更文件 git diff --name-only
# 添加所有变更 git add . # 或添加指定文件 git add <file1> <file2>
根据变更内容自动生成提交信息: # 提交信息格式 <type>: <description> # 类型说明 feat: 新功能 fix: 修复 bug docs: 文档更新 style: 代码格式 refactor: 重构 test: 测试 chore: 构建/工具
# 提交 git commit -m "提交信息" # 推送 git push
触发: 需要提交到多个仓库 操作: 识别文件所属仓库 分别提交到对应仓库 分别推送 仓库示例: Jarvis: 记忆、配置 Stock-Analysis: 股票分析代码 Amazon-Analyzer: 亚马逊运营工具
错误消息: "Please tell me who you are" 解决方案: git config --global user.name "Your Name" git config --global user.email "your.email@example.com"
错误消息: "Authentication failed" 解决方案: 检查 Git 凭据 使用 Token 代替密码 配置 SSH Key
错误消息: "CONFLICT (content)" 解决方案: 查看冲突文件 手动解决冲突 标记为解决 git add <resolved_file> 完成提交 git commit
小改动:随时提交 大功能:功能完成后提交 每日结束:提交当日工作
清晰简洁 使用现在时 首字母大写 不超过 50 字符
main/master: 主分支 feature/*: 功能分支 fix/*: 修复分支 docs/*: 文档分支
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.