skills/linear-views/SKILL.md
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.
npx skillsauth add finesssee/linear-cli linear-viewsInstall 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 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"
| Flag | Purpose |
|------|---------|
| --shared | Shared views only |
| --name NAME | View name |
| --view NAME | Apply view filter (on issues/projects list) |
| --output json | JSON output |
0=Success, 1=Error, 2=Not found, 3=Auth error
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.
documentation
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.