batch-linear-tickets
Installation
SKILL.md
Batch Linear Ticket Resolver
Orchestrate parallel analysis and resolution of multiple Linear tickets. This skill is a thin
batching wrapper around /fix-bug — per-ticket investigation, analysis, and confidence scoring
all live in /fix-bug (which itself invokes linear-ticket-investigator for evidence and
holistic-analysis for root-cause). This skill owns only batch-level concerns: parallel
fan-out, cross-ticket correlation, user-facing approval gate, and Linear writeback.
Architecture
Phase 1: Parallel Analysis → fan out /fix-bug --analyse-only per ticket
Phase 2: Cross-Ticket Correlation → detect shared root causes, file conflicts, duplicates
Phase 3: Approval Gate → user picks tickets to ship
Phase 4: Parallel Execution → fan out aw-planner + aw-executor for approved tickets
Phase 5: Results & Linear Updates → status table + per-ticket PR comments
/fix-bug --analyse-only runs all of /fix-bug's Phases 0–4 (input classification, evidence
Related skills