一键导入
linear-views
DEPRECATED — use the `linear` skill instead. Manage custom views - create, list, apply saved views. Use when working with saved issue filters.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
DEPRECATED — use the `linear` skill instead. Manage custom views - create, list, apply saved views. Use when working with saved issue filters.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
DEPRECATED — use the `linear` skill instead. "Manage Linear issues, projects, and teams"
DEPRECATED — use the `linear` skill instead. Create Linear issues. Use when creating bugs, tasks, or feature requests.
DEPRECATED — use the `linear` skill instead. Manage Linear documents. Use for creating and viewing documentation.
DEPRECATED — use the `linear` skill instead. Manage Linear labels. Use when creating, listing, or deleting labels.
DEPRECATED — use the `linear` skill instead. View Linear metrics. Use for velocity, burndown, and progress tracking.
DEPRECATED — use the `linear` skill instead. Manage project milestones - create, update, track target dates. Use when planning project deliverables.
| 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
linearskill. All content fromlinear-viewswas merged into.agents/skills/linear/(SKILL.md + references/). Use thelinearskill instead. Kept temporarily for review; scheduled for removal once the migration is approved. Do not extend this file.
# 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