linear-views
Installation
SKILL.md
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
| Flag | Purpose |
|---|---|
--shared |
Shared views only |
--name NAME |
View name |
--view NAME |
Apply view filter (on issues/projects list) |
--output json |
JSON output |
Exit Codes
0=Success, 1=Error, 2=Not found, 3=Auth error
Related skills
More from finesssee/linear-cli
linear-history
View Linear issue history. Use for activity logs and audit trails.
87linear-git
Git operations with Linear. Use for branches, checkout, and PRs.
87linear-labels
Manage Linear labels. Use when creating, listing, or deleting labels.
86linear-cycles
Manage Linear sprint cycles - list, create, update, delete, complete. Use when managing cycles.
81linear-teams
Manage Linear teams and users - list, create, update, delete teams. Use when managing teams or viewing user profiles.
80linear-triage
Manage Linear triage inbox. Use for unassigned issues needing attention.
79