What problem does it solve? Turning a coding session's changes into a reviewable pull request involves several manual steps: running compile checks, committing leftover changes, writing a title and description, and opening the PR. This Skill automates that entire flow so the session's work becomes a draft PR ready for review. ## Core Features & Use Cases - Pre-PR Hygiene: Runs compile and hygiene tasks and fixes any errors before opening the PR. - Automatic Committing: Detects uncommitted changes and commits them via the /commit skill before proceeding. - Structured PR Content: 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 feature in an AI coding session, ask for a draft PR and get a reviewable GitHub pull request with all changes committed, checks passing, and a written summary. ## Quick Start Create a draft pull request for the changes in this session.