What problem does it solve? Fixing bugs in the Lens core codebase requires coordinating bug intake records, fresh git branches, implementation, validation, commits, pushes, and pull requests across multiple repositories. This Skill automates that entire flow so a single bug report becomes a merged-ready PR without manual git handoffs. ## Core Features & Use Cases - Bug Intake Recording: Creates a governance bug artifact from title, description, repro steps, expected, and actual behavior before any code changes. - Fresh Branch Enforcement: Derives a unique feature/lens-core-bugfix-{slug} branch from the develop base branch for every distinct bug, blocking accidental branch reuse. - Delegated Implementation with Completion Gate: Delegates the fix to the quick-dev workflow, then automatically commits, pushes, creates the PR, and closes the bug artifact without user confirmation. - Use Case: A user reports that a Lens command produces wrong output. They provide the repro steps, and the Skill records the bug, fixes it in the target repo, opens a PR against develop, and archives the bug under bugs/Fixed/. ## Quick Start Run /lens-core-bugfix and provide the bug title, description, reproduction steps, expected behavior, and actual behavior to get a fix branch and pull request automatically.