What problem does it solve?
Linear’s issue and project workflows often require lots of repetitive API calls and careful handling of IDs, filters, and workflow state transitions; this Skill streamlines those actions so you can reliably query, create, update, and comment on Linear artifacts.
Core Features & Use Cases
- Issue & status management via GraphQL: Query teams, projects, workflow states, issues, and move issues between workflow states using the correct
stateId.
- Document management in Linear: List documents, fetch a document by UUID or
slugId (from the URL), and search documents by title substring.
- Two ways to interact: Use direct
curl for custom GraphQL queries or a stdlib Python CLI (scripts/linear_api.py) for faster one-liners.
Quick Start
Set LINEAR_API_KEY in your environment and run: python3 scripts/linear_api.py get-issue ENG-42