AgentSkillsCN

linear-export

导出Linear问题。适用于导出为CSV或Markdown时使用。

SKILL.md
--- frontmatter
name: linear-export
description: Export Linear issues. Use when exporting to CSV or Markdown.
allowed-tools: Bash

Export

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

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