What problem does it solve?
This Skill removes friction when managing issues, projects, and team workflows in Linear by providing ready-to-use GraphQL queries and curl patterns so users can list, search, create, and update issues without building a custom client.
Core Features & Use Cases
- Issue Management: Create, update, assign, set priority, add labels, and comment on issues.
- Project & Team Operations: List projects, teams, and team members; add issues to projects and adjust assignees.
- Workflow State Handling: Query workflow states to obtain state UUIDs and change issue statuses reliably.
- Pagination and Filtering: Relay-style cursor pagination, complex filters, and text search for scalable listing and reporting.
- Use Case: A product manager can query team workflow states, search for blocked issues, update priorities, and add comments using simple curl POST requests.
Quick Start
Use the linear skill to list the first 20 issues for a given team key and display their identifiers, titles, priority, and state.