What problem does it solve? Delivering a Linear issue end-to-end requires juggling branch setup, implementation, browser testing, code review, and PR creation by hand. This Skill orchestrates that entire gated workflow so an issue goes from kickoff to a verified, reviewed pull request without manual coordination between steps. ## Core Features & Use Cases - Gated end-to-end workflow: Starts from a Linear issue URL or key, runs implementation, and only proceeds when each stage passes. - Playwright browser verification: Writes ad-hoc Playwright tests from the issue's acceptance criteria, records video of the run, and iterates up to 15 fix attempts before stopping with structured failure output. - Codex code review with complexity gating: Filters review findings to changed code, measures cyclomatic complexity, auto-fixes low-complexity issues, and defers high-complexity findings as PR review comments. - Use Case: A developer pastes a Linear issue key and receives a PR containing the implemented change, an attached screen recording of the browser verification, and inline review comments for any risky findings. ## Quick Start Use the kit-and-kaboodle skill to take Linear issue CP-123 through implementation, browser verification, code review, and PR creation.