linear
Installation
SKILL.md
Linear
Integrate with Linear for issue tracking. Use when you need to: (1) create and manage Linear issues, (2) track development tasks and bugs, or (3) automate engineering project workflows.
Input
Provide input as JSON:
{
"project_name": "Name of the Linear project or team to work with",
"issue_title": "Title for the new issue to create",
"issue_description": "Detailed description of the issue",
"issue_priority": "Priority level for the issue (e.g., urgent, high, medium, low)",
"assignee_email": "Email address of the team member to assign the issue to"
}