Uses the Linear MCP to gather issue requirements and task scope for coding work.

Install

mkdir -p .claude/skills/linear-tonkeeper && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17512" && unzip -o skill.zip -d .claude/skills/linear-tonkeeper && rm skill.zip

Installs to .claude/skills/linear-tonkeeper

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Retrieve Linear task context via Linear MCP for implementation work. Use when the developer needs requirements, scope, or acceptance criteria from a ticket.
156 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Retrieve Linear task context for implementation work
  • Collect context using read-focused Linear MCP tools
  • Extract problem statements, scope, and acceptance criteria
  • Summarize findings for an implementation plan
  • List Linear issues, projects, teams, and users
  • Search Linear documentation and list comments

How it works

The skill uses the Linear MCP server to gather issue context for developers. It collects data using read-focused Linear MCP tools and then extracts relevant information.

Inputs & outputs

You give it
Linear issue ID or team key
You get back
Problem statement, scope, acceptance criteria, and constraints

When to use linear

  • Get task acceptance criteria
  • Fetch ticket requirements
  • List project issues
  • Retrieve issue status

About this skill

Linear

Overview

This skill uses the Linear MCP server to gather issue context for developers implementing tasks. It is context-oriented and read-only by default.

Prerequisites

  • Linear MCP server must be connected and accessible via OAuth
  • Confirm access to the relevant Linear workspace and teams

Required Workflow

Follow these steps in order. Do not skip steps.

Step 0: Set up Linear MCP (if not already configured)

If any MCP call fails because Linear MCP is not connected, pause and set it up:

  1. Add the Linear MCP:
    • codex mcp add linear --url https://mcp.linear.app/mcp
  2. Enable remote MCP client:
    • Set [features] rmcp_client = true in config.toml or run codex --enable rmcp_client
  3. Log in with OAuth:
    • codex mcp login linear

After successful login, the user must restart Codex. Finish the answer and instruct them to restart and retry.

Windows/WSL note: If connection errors appear on Windows, configure Linear MCP via WSL:

{"mcpServers":{"linear":{"command":"wsl","args":["npx","-y","mcp-remote","https://mcp.linear.app/sse","--transport","sse-only"]}}}

Step 1

Clarify the implementation goal and scope for the task. Confirm relevant identifiers (issue ID, team key, project if needed).

Step 2

Use read-focused Linear MCP tools to collect context:

  • get_issue, list_issues, list_my_issues
  • list_issue_statuses, list_issue_labels
  • get_project, list_projects
  • get_team, list_teams, list_users
  • list_documents, get_document, search_documentation
  • list_comments, list_cycles

Step 3: Build implementation context

From retrieved data, extract and present:

  • Problem statement
  • Scope and out-of-scope boundaries
  • Acceptance criteria / definition of done
  • UX, API, and technical constraints
  • Dependencies, risks, and blockers
  • Open questions and assumptions that must be clarified before coding

Step 4

Summarize findings for the developer and map them to an implementation plan and test plan.

Guardrails

  • Do not create or update Linear entities unless the user explicitly asks.
  • Do not run project-management workflows (triage, planning, redistribution) by default.
  • Prefer read calls first; if write actions are requested later, confirm intent and scope before proceeding.

When not to use it

  • When the user explicitly asks to create or update Linear entities
  • When running project-management workflows by default
  • When write actions are requested without confirmation

Prerequisites

Linear MCP server must be connected and accessible via OAuthAccess to the relevant Linear workspace and teams

Limitations

  • Does not create or update Linear entities by default
  • Does not run project-management workflows by default
  • Requires user confirmation for write actions

How it compares

This skill automates the extraction and presentation of Linear task context, which would otherwise require manual navigation and synthesis of information from the Linear interface.

Compared to similar skills

linear side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
linear (this skill)021dNo flagsBeginner
task-master225moReviewIntermediate
agile-product-owner107moReviewBeginner
writing-plans152moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry