Claude Code CommandSync11 installs

Sync Issues To Linear

Sync GitHub issues to Linear workspace with comprehensive field mapping and rate limit management

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="sync/sync-issues-to-linear" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Sync Issues to Linear

Sync GitHub issues to Linear workspace with intelligent field mapping: $ARGUMENTS

Current Repository Context

  • Repository: !gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "No repo context"
  • Issue count: !gh issue list --state all --limit 1 --json number | jq length 2>/dev/null || echo "Check manually"
  • Linear teams: Available Linear teams and project assignments
  • Rate limits: !gh api rate_limit -q '.rate | "GitHub: \(.remaining)/\(.limit)"' 2>/dev/null

Task

Execute comprehensive synchronization of GitHub issues to Linear workspace:

Sync Scope: Use $ARGUMENTS to filter by issue state, labels, assignees, milestones, or specific issue sets Synchronization Framework:
  • Issue Discovery - Fetch GitHub issues with comprehensive metadata, apply filters, validate requirements
  • Field Mapping - Transform GitHub fields to Linear format, map priorities, convert labels, handle assignees
  • Data Validation - Check required fields, validate user mappings, ensure data integrity, prevent duplicates
  • Linear Integration - Create tasks with proper formatting, apply team assignments, set projects, manage relationships
  • Rate Limit Management - Implement exponential backoff, batch operations, monitor API limits, optimize requests
  • Progress Tracking - Provide real-time updates, handle errors gracefully, maintain sync state, generate reports

Advanced Features: Smart priority inference, intelligent user mapping, incremental sync capabilities, comprehensive error recovery. Data Integrity: Preserve formatting, maintain metadata, create bidirectional references, ensure audit trails. Output: Complete synchronization results with success metrics, error reports, mapping summaries, and comprehensive sync analytics.
Type
Command
Category
Sync
Installs
11
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.