Claude Code CommandSync13 installs

Bulk Import Issues

Bulk import GitHub issues to Linear with comprehensive progress tracking and error handling

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="sync/bulk-import-issues" --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

Bulk Import Issues

Bulk import GitHub issues to Linear with advanced processing capabilities: $ARGUMENTS

Current Import Context

  • Repository: !gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "No repo context"
  • Issue count: !gh api repos/{owner}/{repo}/issues?state=all --paginate | jq length 2>/dev/null || echo "Check manually"
  • Linear teams: Check available Linear teams and projects for import mapping
  • Rate limits: !gh api rate_limit -q '.rate | "GitHub: \(.remaining)/\(.limit)"' 2>/dev/null || echo "Check GitHub rate limit"

Task

Execute efficient bulk import of GitHub issues to Linear with comprehensive management:

Import Scope: Use $ARGUMENTS to filter by state, labels, milestones, or configure batch processing parameters Import Pipeline:
  • Pre-Import Analysis - Issue discovery, duplicate detection, import estimation, resource planning
  • Batch Configuration - Dynamic batch sizing, rate limit management, progress tracking, error handling
  • Data Transformation - Field mapping, priority inference, user mapping, content enhancement
  • Import Execution - Parallel processing, retry logic, transaction management, progress reporting
  • Error Recovery - Failed item handling, retry mechanisms, partial import recovery, validation
  • Post-Import Actions - Cross-reference creation, GitHub updates, mapping files, notifications

Advanced Features: Dynamic batch adjustment, intelligent rate limiting, duplicate detection, comprehensive error recovery, progress visualization. Quality Assurance: Pre-import validation, post-import verification, data integrity checks, comprehensive audit trails. Output: Complete import results with success metrics, failed item reports, mapping documentation, and performance analytics for large-scale issue migration.
Type
Command
Category
Sync
Installs
13
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.