Finesssee

linear-export

Export Linear issues. Use when exporting to CSV or Markdown.

Finesssee 131 19 Updated 7mo ago
GitHub

Install

npx skillscat add finesssee/linear-cli/linear-export

Install via the SkillsCat registry.

About this skill

Here's a thinking process: 1. **Analyze the Request:** - **Input:** An AI agent skill description from a public software directory. - **Author-provided short description:** "Export Linear issues. Use when exporting to CSV or Markdown." - **SKILL.md excerpt:** Shows commands for exporting Linear issues to CSV/Markdown, with teams, filters, etc. - **Task:** Write a 2-3 sentence plain-text summary in English.

SKILL.md

Export

# Export 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

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

Flags

Flag Purpose
-f FILE Output to file
--all Export all pages
-t TEAM Filter by team