What problem does it solve? Turning a coding session's changes into a reviewable pull request involves several manual steps: running compile and hygiene checks, committing leftover changes, writing a title and description, and opening the PR. This Skill automates that entire flow so a draft PR is created consistently every time. ## Core Features & Use Cases - Automated pre-PR checks: Runs compile and hygiene tasks and fixes errors before opening the PR. - Session change handling: Commits any uncommitted changes via the /commit skill, then reviews all session changes. - Structured PR authoring: Generates a concise title with an area prefix (e.g. "sessions: ...") and a description covering what changed, why, and reviewer notes. - Use Case: After finishing a bug fix in a VS Code session, ask for a draft PR and get a ready-to-review GitHub pull request without touching the CLI yourself. ## Quick Start Create a draft pull request for the changes in this session.