Custom Views
SkillProductivityManage custom views - create, list, apply saved views. Use when working with saved issue filters.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Custom Views skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-views/SKILL.md and read by ahel’s review.
# 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
Signals
- GitHub stars
- 133
- Forks
- 18
- Last commit
- Jul 2026
ahel review
S4info
community integration — published by nesszer, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear-views- Source
- github.com/nesszer/linear-cli