Manage Linear issues from terminal
linearskillsetup L2★87
diillson/chatcli ↗What it does
Manage Linear issues via GraphQL API
Best for
Automating Linear issue workflows without leaving the terminal or UI.
Inputs
- · issue ID/identifier
- · status name
- · assignee
Outputs
- · issue JSON
- · issue URL
- · comment confirmation
Requires
- · Linear GraphQL API
- · curl
Preconditions
LINEAR_API_KEY environment variable set
Failure modes
- · Invalid API key; team/workflow state not found; GraphQL query malformed
Trust signals
- · GraphQL schema matches Linear API v2
- · identifier + URL returned after mutations
- · Documented examples for common queries