Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

Linear Import

  • 104 installs
  • 128 repo stars
  • Updated July 24, 2026
  • finesssee/linear-cli

Bulk-create Linear issues by importing from CSV or JSON files via the CLI, with a dry-run preview mode.

About

Imports issues into Linear from CSV or JSON files via linear-cli, scoped to a team, with a dry-run preview. A developer uses it to bulk-create issues from external data.

  • JSON round-trip: export then re-import a backup
  • --dry-run previews without creating issues

Linear Import by the numbers

  • 104 all-time installs (skills.sh)
  • Ranked #1,355 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-import

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs104
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Bulk-create Linear issues by importing from CSV or JSON files via the CLI, with a dry-run preview mode.

Files

SKILL.mdMarkdownGitHub ↗

Import

# Import from CSV
linear-cli im csv issues.csv -t ENG

# Preview without creating (dry run)
linear-cli im csv issues.csv -t ENG --dry-run

# Import from JSON
linear-cli im json issues.json -t ENG

# JSON round-trip (export then re-import)
linear-cli exp json -t ENG -f backup.json
linear-cli im json backup.json -t ENG

CSV Format

CSV files need a header row. Supported columns: title, description, priority, status, assignee, labels, estimate, dueDate.

Status, assignee, and labels are resolved by name automatically.

JSON Format

JSON files should be an array of issue objects matching the export format.

Flags

FlagPurpose
-t TEAMTarget team (required)
--dry-runPreview without creating
--output jsonJSON output

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.