linear-issues

Manage, search, create, and update Linear issues via the Linear API.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Luscii/terraform-aws-iam-policy-permission-boundary --skill linear-issues-luscii
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linear-issues
Source: https://github.com/Luscii/terraform-aws-iam-policy-permission-boundary/tree/main/.github/skills/linear-issues
Command: npx skills add https://github.com/Luscii/terraform-aws-iam-policy-permission-boundary --skill linear-issues-luscii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of triaging and maintaining Linear issue backlogs by letting you list, search, create, update, assign, and close issues directly through natural language requests. ## Core Features & Use Cases - Issue Querying: List and filter issues by team, project, status, label, or assignee, and search by text. - Issue Lifecycle Management: Create issues with titles, descriptions, labels, and assignees, then update status, close, reopen, or delete them. - Bulk Triage: Apply bulk status or assignee changes and link issues to projects, cycles, or other issues. - Use Case: Ask to set all issues labeled "bug" in the Platform team to Done, and the skill performs the filtered bulk update in Linear. ## Quick Start Show all open issues in the Platform team and create a new issue titled "Fix deployment timeout" in project X.

Frequently Asked Questions about linear-issues

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

FAQPage Schema
How do I list and filter Linear issues by team or status?▼

List Linear issues by specifying filters such as team, project, status, label, or assignee in your request. The skill queries the Linear API and returns matching issues with their details.

How do I create a new issue in Linear?▼

Create a Linear issue by providing a title, description, and optional fields like labels, assignee, and project. The skill submits the issue to the specified team or project through the Linear API.

Can I bulk update the status of multiple Linear issues?▼

Yes, bulk updates are supported. Filter issues by criteria such as label or team, then apply a status or assignee change to all matching issues in one operation.

Why is my Linear issue search returning no results?▼

Empty results usually come from mismatched team or project names, or an invalid API token. Verify the names match your Linear configuration and that the token has the required permissions.

What permissions does the Linear API token need?▼

The Linear API token must be valid and have permissions to read and write issues in the target teams and projects. Without correct scopes, create, update, or close operations will fail.