pr-conflict-resolve

Installation
SKILL.md

PR コンフリクト解消

手順

Step 1: 安全確認

  1. 作業を開始する前に、作業ディレクトリがクリーンであることを確認する:
    git status
    
    出力に "nothing to commit, working tree clean" が表示されていることを確認する。未コミットの変更がある場合は先にスタッシュまたはコミットする。
  2. 現在の状態を保存するバックアップブランチを作成する:
    git branch backup-feature-branch
    
  3. アップストリームの最新情報を取得する:
    git fetch origin
    
Installs
3
Repository
53able/skills
GitHub Stars
3
First Seen
Apr 11, 2026
pr-conflict-resolve — 53able/skills