eng-queue-handler

Manage engineering ticket lifecycles in Linear and delegate tasks to a coding agent.

4|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/stepandel/clawup --skill eng-queue-handler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eng-queue-handler
Source: https://github.com/stepandel/clawup/tree/main/examples/multi-agent/eng/skills/eng-queue-handler
Command: npx skills add https://github.com/stepandel/clawup --skill eng-queue-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the management of engineering tickets, ensuring they are processed efficiently from queue to review, and offloading implementation details to a coding agent.

Core Features & Use Cases

  • Ticket Lifecycle Management: Automatically updates ticket status in Linear (e.g., "In Progress", "In Review").
  • Task Delegation: Intelligently delegates coding tasks to a specialized coding agent based on ticket prompts.
  • Progress Monitoring & Escalation: Monitors the coding agent's progress and escalates blockers by commenting on the ticket and notifying stakeholders.
  • Automated PR Creation: Creates pull requests upon successful implementation and handles failures gracefully.

Quick Start

Use the eng-queue-handler skill to process the next ticket in your queue.

Frequently Asked Questions about eng-queue-handler

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

FAQPage Schema
How do I automate engineering ticket management from queue to review?

Automating engineering ticket management requires a system that updates ticket statuses in Linear and delegates coding implementation to a coding agent. This ensures tickets are processed efficiently from queue to review.

Can I automatically create pull requests from Linear tickets?

Yes, you can automatically create pull requests from Linear tickets by integrating a coding agent. The agent executes the ticket prompt and generates a PR upon successful implementation, handling failures gracefully if they occur.

How do I delegate coding tasks to a coding agent automatically?

You can delegate coding tasks to a coding agent by passing ticket prompts directly to it. The agent handles the implementation while the queue manager monitors its progress and updates the ticket status.

What is the best way to monitor coding agent progress and escalate blockers?

Monitoring coding agent progress involves tracking its execution status and automatically commenting on the Linear ticket to notify stakeholders when blockers occur, ensuring visibility into implementation delays.

Do I need Linear and a coding agent to automate ticket lifecycle management?

Yes, automating ticket lifecycle management requires integration with Linear for status tracking and a coding agent for task execution. Both dependencies are necessary to process tickets from queue to pull request creation.