linear-templates

star 101

Manage issue templates - local templates and Linear API templates. Use when creating or using templates.

Finesssee By Finesssee schedule Updated 2/27/2026

name: linear-templates description: Manage issue templates - local templates and Linear API templates. Use when creating or using templates. allowed-tools: Bash

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
Install via CLI
npx skills add https://github.com/Finesssee/linear-cli --skill linear-templates
Repository Details
star Stars 101
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator