Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

Linear Views

  • 109 installs
  • 128 repo stars
  • Updated July 24, 2026
  • finesssee/linear-cli

Create, list, and apply Linear custom saved views (issue filters) from the terminal, including shared views.

About

A CLI skill for managing Linear custom views, creating, listing, updating, and applying saved issue filters. A developer uses it to reuse saved filters across issue and project lists.

  • Manage views: v list/get/create/update/delete
  • Apply a view to issue/project lists with --view

Linear Views by the numbers

  • 109 all-time installs (skills.sh)
  • Ranked #1,331 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-views

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs109
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Create, list, and apply Linear custom saved views (issue filters) from the terminal, including shared views.

Files

SKILL.mdMarkdownGitHub ↗

Custom Views

# List all custom views
linear-cli v list
linear-cli v list --shared              # Shared views only

# Get view details
linear-cli v get "My View"

# Create a view
linear-cli v create "Bug Triage" --shared

# Update a view
linear-cli v update VIEW_ID --name "Renamed"

# Delete a view
linear-cli v delete VIEW_ID --force

# Apply view to issue list
linear-cli i list --view "Bug Triage"
linear-cli p list --view "Active Projects"

Flags

FlagPurpose
--sharedShared views only
--name NAMEView name
--view NAMEApply view filter (on issues/projects list)
--output jsonJSON output

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.