af-linear-api-expertise

Manage Linear issues, workflows, and teams via CLI and GraphQL.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/GainInsightDev/websites --skill af-linear-api-expertise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-linear-api-expertise
Source: https://github.com/GainInsightDev/websites/tree/main/.claude/skills/af-linear-api-expertise
Command: npx skills add https://github.com/GainInsightDev/websites --skill af-linear-api-expertise

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interaction with Linear, enabling efficient management of issues, workflows, and team operations through both a user-friendly CLI and a powerful GraphQL API.

Core Features & Use Cases

  • Issue Management: Create, read, update, and search issues with ease.
  • Workflow Automation: Transition issues through custom states and manage team workflows.
  • Team Setup: Configure new teams, states, and labels programmatically.
  • Use Case: An agent can automatically update an issue's status to "In Review" and add a comment with a link to the newly created Pull Request.

Quick Start

Use the linearis CLI to update issue AF-96 to the "In Progress" state.

Frequently Asked Questions about af-linear-api-expertise

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

FAQPage Schema
How do I automate Linear issue tracking and workflow management programmatically?

Automate Linear issue tracking by using the linearis CLI for common operations and the GraphQL API for advanced workflow management. This enables programmatic control to create, update, and search issues.

How do I update a Linear issue's status using the CLI?

Update a Linear issue's status using the linearis CLI by executing a command to transition the specific issue to a custom workflow state, such as moving an issue to the In Progress state.

Can I create custom team workflows and states in Linear via GraphQL?

Yes, you can create custom team workflows and states in Linear by using the GraphQL API to programmatically configure new teams, workflow states, and labels.

What is the best way to link a Pull Request to a Linear issue automatically?

Link a Pull Request to a Linear issue automatically by using an agent to update the issue's status to In Review and add a comment containing the newly created Pull Request link via the API.

Does this approach require GraphQL for basic Linear issue management?

No, basic Linear issue management does not require GraphQL. You can use the linearis CLI tool to easily create, read, update, and search issues without writing GraphQL queries.

When should I use GraphQL instead of the CLI for Linear workflow automation?

Use GraphQL instead of the CLI for Linear workflow automation when you need advanced functionalities like programmatic team setup, creating custom workflow states, or managing complex team configurations.