What problem does it solve?
This skill automates Linear issue management by interfacing with Linear MCP tools to retrieve issue details, enumerate sub-issues, update statuses, and attach completion comments. It helps teams keep Linear workflows consistent and reduce manual overhead.
Core Features & Use Cases
- Retrieve issue details using mcp__linear-server__get_issue and list sub-issues with mcp__linear-server__list_issues.
- Update issue status with mcp__linear-server__update_issue and add completion comments with mcp__linear-server__create_comment.
- Enforce per-issue completion rules, support creating issues with the required "claude code" label, and ensure PRs include the standard keywords (e.g., Fixes/Closes/Resolves LOBE-xxx).
Quick Start
Use the linear skill to retrieve issue details for LOBE-123 and update its status to "In Review" with a completion comment.