·linear-import
@

linear-import

Import issues from CSV or JSON files. Use when bulk-creating issues from external data.

13Installs·2Trend·@finesssee

Installation

$npx skills add https://github.com/finesssee/linear-cli --skill linear-import

How to Install linear-import

Quickly install linear-import AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/finesssee/linear-cli --skill linear-import
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: finesssee/linear-cli.

SKILL.md

View raw

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

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

| -t TEAM | Target team (required) | | --dry-run | Preview without creating | | --output json | JSON output |

Import issues from CSV or JSON files. Use when bulk-creating issues from external data. Source: finesssee/linear-cli.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/finesssee/linear-cli --skill linear-import
Category
@Collaboration
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from finesssee/linear-cli

Quick answers

What is linear-import?

Import issues from CSV or JSON files. Use when bulk-creating issues from external data. Source: finesssee/linear-cli.

How do I install linear-import?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/finesssee/linear-cli --skill linear-import Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/finesssee/linear-cli