linear-check

Query Linear issues to map component states to progress labels.

2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/my-entourage/entourage-plugin --skill linear-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-check
Source: https://github.com/my-entourage/entourage-plugin/tree/main/skills/linear-check
Command: npx skills add https://github.com/my-entourage/entourage-plugin --skill linear-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of confirming whether a component's work is planned, in progress, or completed by analyzing Linear issues, reducing manual status checks and ambiguities.

Core Features & Use Cases

  • Linear-based status detection: gather issues by component name and map to statuses like Done, In Progress, In Review, Todo, Backlog, Triage, or Unknown.
  • Supports both Linear MCP (preferred) and API token fallback for authentication.
  • Integrates with /project-status and other skills to provide automated evidence-based status reports.

Quick Start

Ask Linear for issues related to a component and interpret the results to determine its status.

Frequently Asked Questions about linear-check

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

FAQPage Schema
How do I check component implementation status using Linear issues?

To automate Linear issue status detection, map issue states to progress labels like Done, In Progress, In Review, Todo, Backlog, or Triage. This reduces manual status checks and resolves ambiguities by providing structured evidence for each component.

Do I need a Linear MCP server to retrieve issue statuses?

You do not need a Linear MCP server to retrieve issue statuses. The tool prefers Linear MCP authentication when available, but falls back to a GraphQL API token configured in your environment or repos.json file.

Can I use Linear issue tracking data for automated project status reports?

You can use Linear issue tracking data for automated project status reports by running this tool as a supporting module. It returns structured component evidence that integrates directly with broader project status reporting workflows.

What is the best way to map Linear issue states to standard progress labels?

The best way to map Linear issue states to standard progress labels is to query issues by component and categorize them into statuses like Done, In Progress, In Review, Todo, Backlog, Triage, or Unknown based on their current workflow state.

Why does component status detection return Unknown for some Linear issues?

Component status detection returns Unknown for Linear issues when their current state does not match any of the recognized predefined progress labels like Done, In Progress, In Review, Todo, Backlog, or Triage.