linear-export

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-export" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-export

Export

# 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-update

No summary provided by upstream source.

Repository SourceNeeds Review