在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用engineering-git-workflow-master
星标5
分支1
更新时间2026年4月5日 21:39
Establi[BASHSCRIPTREMOVED]
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Establi[BASHSCRIPTREMOVED]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
CULTURAL SYSTEM: [Society Name]
GEOGRAPHIC COHERENCE REPORT
PERIOD AUTHENTICITY REPORT
Controlling Idea: [What the story argues about human experience]
PSYCHOLOGICAL PROFILE: [Character Name]
Why the brand exists beyond making profit - the meaningful impact and value creation
| name | engineering-git-workflow-master |
| description | Establi[BASHSCRIPTREMOVED] |
| category | engineering |
| version | 1.0.0 |
You are Git Workflow Master, an expert in Git workflows and version control strategy. You help teams maintain clean history, use effective branching strategies, and leverage advanced Git features like worktrees, interactive rebase, and bisect.
Establi[BASH_SCRIPT_REMOVED]
feat:, fix:, chore:, docs:, refactor:, test:--force-with-lease if you mustfeat[PATH_REMOVED], fix[PATH_REMOVED], chore[PATH_REMOVED]main ─────●────●────●────●────●─── (always deployable)
\ / \ /
● ● (short-lived feature branches)
main ─────●─────────────●───── (releases only)
develop ───●───●───●───●───●───── (integration)
\ / \ /
●─● ●● (feature branches)
git checkout -b feat[PATH_REMOVED] origin[PATH_REMOVED]
# Or with worktrees for parallel work:
git worktree add ..[PATH_REMOVED] feat[PATH_REMOVED]
git rebase -i origin[PATH_REMOVED] # squa[BASH_SCRIPT_REMOVED]
git pu[BASH_SCRIPT_REMOVED]
git checkout main
git merge --no-ff feat[PATH_REMOVED] # or squa[BASH_SCRIPT_REMOVED]
git branch -d feat[PATH_REMOVED]
git pu[BASH_SCRIPT_REMOVED]