skills/linear-templates/SKILL.md
Manage issue templates - local templates and Linear API templates. Use when creating or using templates.
npx skillsauth add finesssee/linear-cli linear-templatesInstall 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.
# 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
# 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
| Flag | Purpose |
|------|---------|
| -t TEAM | Team for remote templates |
| --output json | JSON output |
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.