project-management-expert

Manage Linear issues, projects, and team workflows through the Linear MCP server.

Updated May 12, 2026
One-click install
npx skills add https://github.com/laionazeredo/che-ai --skill project-management-expert-laionazeredo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-management-expert
Source: https://github.com/laionazeredo/che-ai/tree/main/skills/project-management-expert
Command: npx skills add https://github.com/laionazeredo/che-ai --skill project-management-expert-laionazeredo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating issue triage, sprint planning, and project tracking in Linear requires many manual clicks and context switches. This Skill provides a structured workflow for reading, creating, and updating Linear issues, projects, and documents directly from an AI coding agent via the Linear MCP server. ## Core Features & Use Cases - Issue Management: List, search, create, and update Linear issues with priorities, labels, cycles, and assignees. - Project & Team Operations: Create projects, review team workloads, plan sprints, and balance assignments across members. - Documentation & Collaboration: Search Linear documents, audit documentation gaps, and add status comments to stale issues. - Use Case: Ask the agent to triage all critical bugs for your team, rank them by user impact, move the top items to "In Progress", and summarize remaining blockers with suggested next actions. ## Quick Start Connect the Linear MCP server with OAuth, then ask the agent to list my open Linear issues and move the highest-priority bugs to In Progress.

Frequently Asked Questions about project-management-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Linear issues from Codex or an AI agent?▼

Connect the Linear MCP server, authenticate with OAuth, then use natural-language requests to list, create, or update issues. The workflow reads context first, then batches create or update calls with required fields like team, priority, and labels.

How to set up the Linear MCP server connection?▼

Run codex mcp add linear with the URL https://mcp.linear.app/mcp, enable the rmcp_client feature in config.toml, then run codex mcp login linear to complete OAuth. Restart Codex after login before issuing Linear requests.

What Linear operations can the MCP tools perform?▼

The tools cover issue management (list, get, create, update issues and labels), project and team operations (list projects, teams, users, cycles), and collaboration features like documents, comments, and documentation search.

Does Linear MCP work on Windows or WSL?▼

Yes, but Windows connection errors may require routing the MCP through WSL. Configure the Linear MCP to run via wsl with npx mcp-remote pointing to the Linear SSE endpoint using sse-only transport.

Why do Linear MCP tool calls fail or return missing data?▼

Failures usually come from expired OAuth tokens, missing workspace permissions, archived projects, or wrong team selection. Re-run the OAuth login, verify workspace access, and confirm the correct team and project identifiers before retrying.