linear-views

Manage Linear custom views via linear-cli commands for saved issue filters.

1|Updated Sep 15, 2026
One-click install
npx skills add https://github.com/amoai-tech/mdeai --skill linear-views-amoai-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-views
Source: https://github.com/amoai-tech/mdeai/tree/main/.claude/skills/archive/linear/linear-views
Command: npx skills add https://github.com/amoai-tech/mdeai --skill linear-views-amoai-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides command-line operations for managing Linear custom views, letting you create, list, update, delete, and apply saved issue filters without navigating the Linear web interface. Note that this Skill is deprecated and superseded by the canonical linear skill. ## Core Features & Use Cases - View Management: Create, list, get, update, and delete custom views using linear-cli v commands, including shared team views. - View Application: Apply saved views as filters when listing issues or projects with the --view flag. - Use Case: A team lead wants a shared "Bug Triage" view for the whole team. They create it with linear-cli v create "Bug Triage" --shared, then apply it to issue lists with linear-cli i list --view "Bug Triage". ## Quick Start Ask the AI to list all shared Linear custom views using the linear-cli view commands.

Frequently Asked Questions about linear-views

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom view in Linear from the command line?

Use `linear-cli v create "View Name"` to create a custom view, adding the `--shared` flag to make it visible to the whole team. You can then apply it with `linear-cli i list --view "View Name"`.

How to list and filter Linear issues using a saved view?

Apply a saved view to issue lists with `linear-cli i list --view "View Name"`, or to project lists with `linear-cli p list --view "View Name"`. List available views first with `linear-cli v list`.

Is the linear-views skill still maintained?

No, linear-views is deprecated as of 2026-06-20 and superseded by the canonical `linear` skill, which merged all view management content. It is kept temporarily for review and scheduled for removal.

What do linear-cli exit codes mean for view commands?

Exit code 0 indicates success, 1 indicates a general error, 2 means the view was not found, and 3 indicates an authentication error. Check these codes when scripting view operations.

Can I get JSON output from Linear view commands?

Yes, add the `--output json` flag to view commands to receive structured JSON output instead of the default formatted text, which is useful for scripting and automation pipelines.