⚙️ Productivity
Linear
Manage Linear issues, projects, and teams via GraphQL API + curl. Issue lifecycle, project management, team operations, and workflow automation.
skill_view("linear")
🔧 Requirements
- Env:LINEAR_API_KEY
📖 Guide
Load with skill_view("linear"). Uses Linear's GraphQL API directly. Requires a Linear API key. Supports all major operations: issue CRUD, project management, team queries.
🔧 How To
Create issue: mutation with teamId, title, description, assignee. List issues: query with filters (status, assignee, project). Update: mutation with issue ID. Search: use filter nodes.
⚠️ Pitfalls
GraphQL syntax is specific to Linear's schema. API key must have appropriate scopes. Rate limits apply — batch operations when possible.
Related Skills
More skills in Productivity