linear

Manage Linear issues with Python scripts for status updates and sub-issue creation.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/alceupassos/hub --skill linear-alceupassos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/alceupassos/hub/tree/main/.agents/skills/linear
Command: npx skills add https://github.com/alceupassos/hub --skill linear-alceupassos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) components.

What problem does it solve?

This Skill unit provides a structured approach to managing issues within AI workflows, enhancing productivity and collaboration.

Core Features & Use Cases

  • Linear Integration: Seamlessly integrates with Linear issue tracking for efficient issue management.
  • Issue Retrieval & Status Updates: Retrieves issue details, updates status, and marks issues as in progress.
  • Sub-Issue Management: Supports the creation and organization of sub-issues for task decomposition.
  • Completion Comments: Generates summary comments for completed issues to maintain a clear history.

Quick Start

Retrieve issue details and mark the issue as in progress before starting your work on the Linear issue.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I manage Linear issues within an AI workflow?

To manage Linear issues within an AI workflow, use Python scripts to retrieve issue details, update statuses, and mark issues as in progress. This requires access to the Linear API and a Python environment to execute the automation scripts.

What's the best way to automate sub-issue creation and status updates in Linear?

Automating sub-issue creation and status updates in Linear is handled by executing Python scripts that interact with the Linear API. These scripts organize task decomposition and modify issue statuses to track workflow progress efficiently.

Does the Linear issue management Skill require API access to update issue statuses?

Yes, updating issue statuses requires direct Linear API access alongside a configured Python environment. The scripts use the requests and json libraries to communicate with Linear for retrieving and modifying issue data.

How do I generate completion comments for resolved Linear issues?

To generate completion comments for resolved Linear issues, the Python scripts create summary comments upon task completion. This maintains a clear project history by automatically appending closure details directly to the Linear issue.

When should I use Python scripts for Linear integration issue tracking?

Use Python scripts for Linear integration issue tracking when you need structured organization for complex AI workflows. It is ideal for tasks requiring issue linking, task decomposition via sub-issues, and automated progress tracking.

What are the limitations of using Python scripts for Linear issue management?

Limitations of using Python scripts for Linear issue management include the requirement for a Python environment and valid Linear API credentials. Additionally, it relies on the requests and json modules, meaning execution is constrained by local environment configurations.