← Back to list

git-pre-release-conflict
by theoneLee
自用skill集合
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: git-pre-release-conflict description: Use when asked to publish or sync a feature branch to pre in this repo, or to resolve complex git conflicts that occur in that release flow.
Git Pre Release + Conflict Resolution
When to use
- Requests like "publish to pre", "sync branch to pre", or "rebuild pre".
- Any complex Git conflict resolution in this repo, especially during release merges.
Quick start
- Confirm
<main_branch>and<feature_branch>with the user. - For the release/sync workflow, follow
references/flow.md. - If conflicts occur, follow
references/conflict_playbook.md.
Safety gates
- Do not delete or force-push branches without explicit user confirmation.
- If network access is blocked, request approval before any
git fetch/git push. - Preserve unrelated changes; avoid
git add .unless explicitly told.
Output expectations
- Report branch names, stash actions, and conflict file list.
- Summarize conflict decisions (ours/theirs/manual merge).
- Provide final
git statussummary and next steps.
Score
Total Score
35/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon