·git-workflow
>_

git-workflow

Hytale mod 开发团队的 Git 版本控制工作流程。涵盖存储库设置、分支策略、提交约定、拉取请求和协作最佳实践。在与团队合作、管理 mod 版本或设置源代码控制时使用。

4安装·0热度·@z3nlotus

安装

$npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow

如何安装 git-workflow

通过命令行快速安装 git-workflow AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:z3nlotus/hytale-agent-skills。

SKILL.md

查看原文

| Feature | feature/ | feature/dragon-mob | | Bugfix | fix/ | fix/crash-on-spawn | | Release | release/ | release/1.2.0 | | Hotfix | hotfix/ | hotfix/exploit-fix |

| feat | New feature | | fix | Bug fix | | docs | Documentation | | style | Formatting (no code change) | | refactor | Code restructure | | test | Adding tests | | chore | Maintenance |

| Check status | git status | | View history | git log --oneline -10 | | Undo last commit | git reset --soft HEAD1 | | Discard changes | git checkout -- | | Stash work | git stash | | Apply stash | git stash pop | | Create tag | git tag v1.0.0 | | Push tag | git push origin v1.0.0 |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow
分类
>_效率工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from z3nlotus/hytale-agent-skills

快速解答

什么是 git-workflow?

Hytale mod 开发团队的 Git 版本控制工作流程。涵盖存储库设置、分支策略、提交约定、拉取请求和协作最佳实践。在与团队合作、管理 mod 版本或设置源代码控制时使用。 来源:z3nlotus/hytale-agent-skills。

如何安装 git-workflow?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/z3nlotus/hytale-agent-skills