What problem does it solve?
This Skill provides a direct, dependency-free way to manage Linear issues, projects, teams, and workflow states by issuing GraphQL requests with curl, eliminating manual UI steps and repetitive API exploration.
Core Features & Use Cases
- API-based control: Send authenticated POST GraphQL requests to list, search, create, and update issues without OAuth flows.
- Workflow and project management: Query teams, workflow states, projects, labels, and users; change issue status by stateId and add comments to track progress.
- Pagination and filtering: Support for Relay-style cursor pagination, complex filters, and text search to operate at scale and reduce API complexity cost.
- Use Case: An engineer or product manager can list all assigned issues, change statuses to started or completed, add comments, and attach issues to projects using only curl and an API key.
Quick Start
Use the linear skill to list the first 20 issues for team ENG including identifier, title, state name, assignee, and URL.