linear-issue-worker

Coordinate Linear sub-issue execution with dependency-based plans and status updates.

18|3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/buYoung/skills --skill linear-issue-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-issue-worker
Source: https://github.com/buYoung/skills/tree/main/skills/linear-issue-worker
Command: npx skills add https://github.com/buYoung/skills --skill linear-issue-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates code tasks across Linear main and sub-issues, transforming structured sub-issues into concrete code changes while preserving dependencies, priorities, and completion criteria.

Core Features & Use Cases

  • End-to-end orchestration: Reads main and sub-issues, builds a dependency-respecting plan, and executes work in the correct order.
  • Status synchronization: Updates issue states and posts progress/comments to keep stakeholders aligned.
  • Acceptance criteria-driven: Validates each sub-issue against its Done Criteria before marking as complete.

Quick Start

Provide the main Linear issue identifier (e.g., PRI-42) and confirm to begin; the skill will fetch issues, compute a dependency-respecting plan, and execute sub-issues in order.

Frequently Asked Questions about linear-issue-worker

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

FAQPage Schema
How do I automate Linear sub-issue execution and maintain task dependencies?

To automate Linear sub-issue execution, provide a main issue identifier. The skill reads main and sub-issues, establishes dependencies, and generates a dependency-respecting execution plan to process tasks in order.

What is the best way to orchestrate code tasks across Linear main and sub-issues?

The best way to orchestrate code tasks is using an automation skill that fetches Linear issues, computes a dependency-respecting plan, and executes sub-issues sequentially while validating against acceptance criteria.

How does issue-tracking automation handle readiness and prioritization for multiple sub-issues?

Issue-tracking automation handles readiness and prioritization by reading main and sub-issues, establishing dependencies, and calculating an execution plan that ensures alignment with acceptance criteria and overall goals.

Do I need to manually update Linear issue statuses when automating sub-issue workflows?

No, you do not need to manually update Linear issue statuses. The workflow automation updates issue states and posts progress comments automatically to keep stakeholders aligned throughout execution.

Can I use this workflow orchestration to validate code changes against Linear Done Criteria?

Yes, you can use this workflow orchestration to validate code changes. It is acceptance criteria-driven, meaning it checks each sub-issue against its defined Done Criteria before marking it complete.

What happens if a sub-issue execution fails during the Linear workflow automation?

If a sub-issue execution fails during the Linear workflow automation, the skill supports retries on failures and posts status updates and comments to guide human operators in resolving the issue.