Export

SkillFiles & storage

Export Linear data to CSV, Markdown, or JSON. Use when exporting issues or projects.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Export skill

What this skill tells your AI

The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-export/SKILL.md and read by ahel’s review.

# Export issues to CSV
linear-cli exp csv -t ENG                     # Export team issues
linear-cli exp csv -t ENG -f issues.csv       # Export to file
linear-cli exp csv --all -t ENG               # All pages

# Export to Markdown
linear-cli exp markdown -t ENG
linear-cli exp markdown -t ENG -f issues.md

# Export to JSON (round-trip compatible with import)
linear-cli exp json -t ENG -f backup.json

# Export projects to CSV
linear-cli exp projects-csv -f projects.csv

# With filters
linear-cli exp csv -t ENG -s "In Progress"
linear-cli exp csv -t ENG --assignee me

Flags

FlagPurpose
-f FILEOutput to file
--allExport all pages
-t TEAMFilter by team

Signals

GitHub stars
133
Forks
18
Last commit
Sep 2026

ahel review

  • S4info
    community integration — published by nesszer, not linear

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
linear-export
Source
github.com/nesszer/linear-cli