fixme-tickets-linear

Maps ticket and session operations to Linear MCP tool calls.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/denis-pingin/fixme --skill fixme-tickets-linear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixme-tickets-linear
Source: https://github.com/denis-pingin/fixme/tree/main/.claude/skills/fixme-tickets-linear
Command: npx skills add https://github.com/denis-pingin/fixme --skill fixme-tickets-linear

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maps ticket operations to Linear MCP tool calls for a Linear-based ticketing backend. This is a v2 stub - not yet implemented.

Core Features & Use Cases

  • Defines operation mappings for ticket and session operations (create, transition, list, next, rename, summary) and context operations.
  • Plans a local, file-based mapping (e.g., .fixme/linear-mapping.json) and a local state-machine validation to enforce allowed transitions.
  • Enables future integration with Linear MCP tooling for automated issue handling and session management.

Quick Start

Start by enabling the fixme-tickets-linear backend in your fixme setup and run a sample session to observe how ticket operations map to Linear MCP tool calls.

Frequently Asked Questions about fixme-tickets-linear

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

FAQPage Schema
How do I map ticket operations to Linear MCP tool calls?

Yes, you can map fixme ticket operations to Linear MCP tool calls for create, transition, list, next, rename, and summary actions. This Skill defines the operation mappings and local context handling required to execute these Linear-based ticketing backend calls.

What is a Linear-based ticket backend for fixme tasks?

A Linear-based ticket backend for fixme tasks maps session and ticket operations to Linear MCP tool calls. It defines validation rules and a local state-machine to enforce allowed transitions, enabling automated issue handling within your development workflow.

How do I validate allowed ticket transitions in a Linear backend?

You validate allowed ticket transitions using a local state-machine validation defined in the backend mapping. The Skill plans a local file-based mapping at .fixme/linear-mapping.json to enforce these transition rules for your Linear ticket operations.

Does the fixme-tickets-linear integration support session operations?

Yes, the fixme-tickets-linear integration supports session operations alongside ticket operations. It defines specific operation mappings for session management and local context handling to integrate with Linear MCP tooling.

What are the limitations of the fixme Linear MCP integration?

The primary limitation is that this fixme Linear MCP integration is currently a v2 stub and is not yet implemented. It outlines mappings and validation rules but does not execute live Linear API operations.