linear-views

Manage custom views - create, list, apply saved views. Use when working with saved issue filters.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-views" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-views

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-update

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-projects

No summary provided by upstream source.

Repository SourceNeeds Review