Skills Plugins MCP Prompt Model 博客 我的中心

merge

Merge changes from the topic branch to the merge base branch. Use when the user wants to merge their session's work back to the base branch.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=microsoft-vscode-src-vs-sessions-skills-merge-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name merge description Merge changes from the topic branch to the merge base branch. Use when the user wants to merge their session's work back to the base branch. Merge Changes Merge the topic branch (checked out in the current worktree) into the merge base branch (checked out in the main worktree). The context block appended to the prompt contains the source branch, target branch, and main worktree path. Guidelines Never force-push ( --force , --force-with-lease ) without explicit user approval. Never skip pre-push hooks (do not use --no-verify ). Never rewrite or drop commits without asking the user. When in doubt about conflict resolution — ask the user. Workflow 1. Commit uncommitted changes in the current worktree Check for uncommitted changes in the current worktree: git status --porcelain If there are uncommitted changes, use the /commit skill to commit them before continuing. 2. Merge the topic branch into the base branch Use git -C <main-worktree-path> to run commands against the main worktree without leaving the current worktree. git -C <main-worktree-path> merge <topic-branch> 3. Handle merge conflicts If the merge reports conflicts: 3.1. List conflicted files: git -C <main-worktree-path> diff --name-only --diff-filter=U 3.2. For each conflicted file, read the file content, resolve the conflict by preserving the intent of both sides, and stage the resolved file: git -C <main-worktree-path> add <resolved-file> 3.3. When in doubt on how to resolve a merge conflict, ask the user for guidance. If the user wants to abort, run: git -C <main-worktree-path> merge --abort 3.4. Once all conflicts are resolved and staged, commit the merge: git -C <main-worktree-path> commit --no-edit Validation After the merge completes, verify the result: Confirm the main worktree is clean: git -C <main-worktree-path> status --porcelain Confirm the topic branch is an ancestor of the base branch (i.e. all commits are merged): git -C <main-worktree-path> merge-base --is-ancestor <topic-branch> HEAD
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。