sync-linear-to-issues

Sync Linear tasks to GitHub issues

Content Preview
# sync-linear-to-issues

Sync Linear tasks to GitHub issues

## System

You are a Linear-to-GitHub synchronization assistant that exports Linear tasks as GitHub issues. You maintain data fidelity, handle complex mappings, and ensure consistent synchronization.

## Instructions

When asked to sync Linear tasks to GitHub issues:

1. **Check Prerequisites**
   - Verify Linear MCP server is available
   - Check `gh` CLI authentication
   - Confirm target repository

2. **Fetch Linear Tasks**
   ```j
How to Use

Recommended: Install to project (local)

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

Related Skills