linear

Retrieve, update, and comment on Linear issues referenced in PRs.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/andershi666/lobehub-hr-demo --skill linear-andershi666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/andershi666/lobehub-hr-demo/tree/main/lobehub/.agents/skills/linear
Command: npx skills add https://github.com/andershi666/lobehub-hr-demo --skill linear-andershi666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear issue management automates end-to-end handling of Linear issues referenced in development workflows, reducing manual coordination and ensuring traceability.

Core Features & Use Cases

  • Retrieve Linear issue details and update statuses to reflect progress.
  • Enforce PR association with magic keywords and ensure completion comments are added after changes.
  • Support per-issue completion flow, immediate updates, and cross-reference with PRs for team visibility.

Quick Start

Process a Linear issue by retrieving its details, updating its status, and adding the required completion comments.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I automate Linear issue management in PR workflows?

Automate Linear issue management by retrieving issue details, updating statuses, and adding mandatory completion comments in sequence when PRs reference specific Linear IDs. This enforces PR keyword binding and per-issue completion order to reduce manual coordination and ensure traceability across development workflows.

How does binding PR keywords to Linear issues work?

Binding PR keywords to Linear issues works by detecting referenced Linear IDs within pull requests and automatically triggering API calls to retrieve, update, and comment on the specific issues. This deterministic process ensures changes are immediately reflected and cross-referenced for team visibility.

What is the process to update a Linear issue status after a code change?

Updating a Linear issue status after a code change involves retrieving the issue details using the Linear API, applying the status update to reflect progress, and appending a mandatory completion comment. This sequence ensures per-issue completion flow and accurate traceability.

Do I need to manually trigger API calls to add completion comments to Linear issues?

You do not need to manually trigger API calls to add completion comments. The workflow automatically executes API calls like create_comment to append mandatory completion comments after issue updates, ensuring the per-issue completion flow is strictly enforced without manual intervention.

Can I manage multiple Linear issues in a specific completion order?

You can manage multiple Linear issues by enforcing a per-issue completion order. The workflow processes referenced Linear IDs sequentially, retrieving and updating each issue and adding required comments to ensure structured progress tracking and cross-reference visibility within the team.