What problem does it solve? Turning a GitHub issue into a reviewable pull request involves many manual steps: fetching issue context, creating a linked branch, implementing the change, running tests, capturing UI screenshots, and writing a proper PR body. This Skill automates that entire workflow end to end. ## Core Features & Use Cases - Issue intake and branch setup: Fetches the issue with the gh CLI, self-assigns it, and creates a linked branch via gh issue develop. - Validated implementation: Runs typecheck, lint, unit tests, and targeted Playwright e2e specs until green, adding e2e coverage for new user-visible behavior. - Visual documentation: Captures themed, hydrated screenshots of changed UI surfaces and links them in the PR body. - Use Case: A maintainer says "work on issue #123" and receives an open PR with a conventional commit, a Fixes #123 closing reference, test results, and embedded screenshots of the changed pages. ## Quick Start Ask the assistant to work on issue #123 and take it to a pull request.