From openai-skills-13
Manages Linear issues, projects, and team workflows via MCP. Use when the user wants to read, create, or update tickets in Linear.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openai-skills-13:linearThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration.
This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration.
Follow these steps in order. Do not skip steps.
If any MCP call fails because Linear MCP is not connected, pause and set it up:
codex mcp add linear --url https://mcp.linear.app/mcp[features] rmcp_client = true in config.toml or run codex --enable rmcp_clientcodex mcp login linearAfter successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.
Windows/WSL note: If you see connection errors on Windows, try configuring the Linear MCP to run via WSL:
{"mcpServers": {"linear": {"command": "wsl", "args": ["npx", "-y", "mcp-remote", "https://mcp.linear.app/sse", "--transport", "sse-only"]}}}
Clarify the user's goal and scope (e.g., issue triage, sprint planning, documentation audit, workload balance). Confirm team/project, priority, labels, cycle, and due dates as needed.
Select the appropriate workflow (see Practical Workflows below) and identify the Linear MCP tools you will need. Confirm required identifiers (issue ID, project ID, team key) before calling tools.
Execute Linear MCP tool calls in logical batches:
Summarize results, call out remaining gaps or blockers, and propose next actions (additional issues, label changes, assignments, or follow-up comments).
Issue Management: list_issues, get_issue, create_issue, update_issue, list_my_issues, list_issue_statuses, list_issue_labels, create_issue_label
Project & Team: list_projects, get_project, create_project, update_project, list_teams, get_team, list_users
Documentation & Collaboration: list_documents, get_document, search_documentation, list_comments, create_comment, list_cycles
npx claudepluginhub openai/skillsManages Linear tickets, projects, milestones, and documents via Python scripts wrapping linearis CLI. Tracks remediation progress or coordinates across skills like orca-security and multi-repo.
Automates Linear issues, projects, cycles, teams, and labels via Rube MCP (Composio) tools. Use sequences for create, list, update after connecting Linear OAuth.
Managing Linear issues, projects, and teams via MCP tools or CLI with Varlock-safe API key handling. Use when working with Linear tasks, creating issues, updating status, or querying projects.