skills/linear-export/SKILL.md
Export Linear data to CSV, Markdown, or JSON. Use when exporting issues or projects.
npx skillsauth add finesssee/linear-cli linear-exportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
| Flag | Purpose |
|------|---------|
| -f FILE | Output to file |
| --all | Export all pages |
| -t TEAM | Filter by team |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.