linear

Syncs Linear issues and applies limited workflow actions like status changes.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/bentossell/bentos --skill linear-bentossell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/bentossell/bentos/tree/main/internal/assets/pos/skills/linear
Command: npx skills add https://github.com/bentossell/bentos --skill linear-bentossell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Linear provides a streamlined surface for syncing issues and proposing/applying limited workflow actions, helping teams keep work aligned without heavy tooling.

Core Features & Use Cases

  • Sync issues from Linear to surface up-to-date state across teams.
  • Propose and apply limited workflow actions, such as updating status or moving issues between teams, via vendored scripts.
  • Use Case: when a sprint is blocked, automatically adjust issue status and team assignments to reflect progress.

Quick Start

Run the sync operation to pull the latest issues and then apply a status update using the vendor script.

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 syncing across teams?

Automating Linear issue syncing involves running the sync operation to pull the latest issues and surface up-to-date state across teams. This keeps work aligned without heavy tooling.

Can I automatically update issue status in Linear when a sprint is blocked?

You can automatically adjust issue status and team assignments to reflect progress when a sprint is blocked. This is achieved by applying limited workflow actions via vendored scripts.

Do I need an API key to manage Linear issues with this workflow?

You need a local API key configured via vendor/auth.js to manage Linear issues. The skill uses this key along with vendored tools to drive operation.

What is the best way to move issues between teams in Linear?

Moving issues between teams in Linear is best handled through limited workflow actions. This allows you to update statuses and reassign issues through vendored scripts.

How does the GraphQL workflow handle issue management for Linear?

The workflow handles issue management by using GraphQL to sync issues and apply limited workflow actions. It enables viewing issues, changing statuses, or moving issues between teams.

Are there limitations to the workflow actions I can apply to Linear issues?

The skill supports limited workflow actions such as viewing issues, changing statuses, or moving issues between teams. It does not support heavy tooling or complex operations.