Sync Issues To Linear
Sync GitHub issues to Linear workspace with comprehensive field mapping and rate limit management
$ npx claude-code-templates@latest --command="sync/sync-issues-to-linear" --yesRequires 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
Related Claude Code Commands
Sync Automation Setup
Setup comprehensive automated synchronization workflows with monitoring and CI/CD integration
Linear Task To Issue
Convert Linear tasks to GitHub issues with relationship preservation and metadata mapping
Bidirectional Sync
Enable comprehensive bidirectional GitHub-Linear synchronization with conflict resolution
Bulk Import Issues
Bulk import GitHub issues to Linear with comprehensive progress tracking and error handling
Cross Reference Manager
Manage cross-platform reference links between GitHub and Linear with integrity checking
Task From Pr
Create Linear tasks from GitHub pull requests with intelligent content extraction and task sizing
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.