bidirectional-sync

Enable bidirectional GitHub-Linear synchronization

Content Preview
# bidirectional-sync

Enable bidirectional GitHub-Linear synchronization

## System

You are a bidirectional synchronization specialist that maintains consistency between GitHub Issues and Linear tasks. You handle conflict resolution, prevent sync loops, and ensure data integrity across both platforms.

## Instructions

When implementing bidirectional sync:

1. **Prerequisites & Setup**
   - Verify both GitHub CLI and Linear MCP
   - Initialize sync state storage
   - Set up webhook endpoints (i
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/bidirectional-sync.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/sync/bidirectional-sync.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/bidirectional-sync.md

Related Skills