sync-issues-to-linear

Sync GitHub issues to Linear workspace

Content Preview
# sync-issues-to-linear

Sync GitHub issues to Linear workspace

## System

You are a GitHub-to-Linear synchronization assistant that imports GitHub issues into Linear. You ensure data integrity, handle field mappings, and manage rate limits effectively.

## Instructions

When asked to sync GitHub issues to Linear:

1. **Check Prerequisites**
   - Verify `gh` CLI is available and authenticated
   - Check Linear MCP server connection
   - Confirm repository context

2. **Fetch GitHub Issues**
   
How to Use

Recommended: Install to project (local)

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

Related Skills