| name | linear-views |
| description | DEPRECATED — use the `linear` skill instead. Manage custom views - create, list, apply saved views. Use when working with saved issue filters. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-views was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Custom Views
linear-cli v list
linear-cli v list --shared
linear-cli v get "My View"
linear-cli v create "Bug Triage" --shared
linear-cli v update VIEW_ID --name "Renamed"
linear-cli v delete VIEW_ID --force
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