What problem does it solve? Engineers often receive bug reports without a reliable way to confirm the defect before attempting a fix. This Skill systematically converts a Linear ticket's context into a failing regression test that proves the bug exists, preventing blind fixes and unverified patches. ## Core Features & Use Cases - Signal Extraction: Parses error messages, stack traces, reproduction steps, workflow JSON, and version info from ticket context. - Test Strategy Routing: Maps the affected area (nodes, execution engine, CLI/API, config, editor UI, E2E) to the correct test layer and framework such as Jest, Vitest, or Playwright. - Confidence Scoring: Classifies reproduction results as CONFIRMED, LIKELY, UNCONFIRMED, SKIPPED, or ALREADY_FIXED with a structured report including root cause, location, and fix hints. - Use Case: Given a Linear ticket reporting that a webhook trigger drops binary data, the Skill traces the code path, writes a failing Jest test in the appropriate package, and produces a reproduction report without modifying the source code. ## Quick Start Provide the full Linear ticket context including title, description, and comments, and ask to reproduce the reported bug with a failing test.