返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

linear-templates

管理问题模板 - 本地模板和Linear API模板。在创建或使用模板时使用。

person作者: jakexiaohubgithub

Local Templates

# List local templates
linear-cli tpl list

# Show template
linear-cli tpl show bug

# Create local template
linear-cli tpl create bug

# Delete local template
linear-cli tpl delete bug

API Templates (Linear server-side)

# List remote templates
linear-cli tpl remote-list
linear-cli tpl remote-list --output json

# Get remote template
linear-cli tpl remote-get TEMPLATE_ID

# Create remote template
linear-cli tpl remote-create "Bug Report" -t ENG

# Update remote template
linear-cli tpl remote-update TEMPLATE_ID --name "Updated"

# Delete remote template
linear-cli tpl remote-delete TEMPLATE_ID --force

Flags

| Flag | Purpose | |------|---------| | -t TEAM | Team for remote templates | | --output json | JSON output |