sync-conflict-resolver

Resolve synchronization conflicts automatically

Content Preview
# Sync Conflict Resolver

Resolve synchronization conflicts automatically

## Instructions

1. **Initialize Conflict Detection**
   - Check GitHub CLI and Linear MCP availability
   - Load existing sync metadata and mappings
   - Parse command arguments from: **$ARGUMENTS**
   - Set up conflict detection parameters

2. **Parse Resolution Strategy**
   - Extract action (detect, resolve, analyze, configure, report)
   - Determine resolution strategy from options
   - Configure auto-resolve prefere
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/sync-conflict-resolver.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/sync/sync-conflict-resolver.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/sync/sync-conflict-resolver.md

Related Skills