What problem does it solve? Turning an AI coding session's changes into a proper pull request normally requires manually running build checks, committing leftover changes, reviewing diffs, and writing a PR title and description. This Skill automates that entire handoff so the session's work lands in a reviewable PR without manual steps. ## Core Features & Use Cases - Pre-PR Hygiene: Runs compile and hygiene tasks first, fixing any errors before the PR is opened. - Automatic Committing: Detects uncommitted changes and delegates to the /commit skill so nothing is left behind. - 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 an AI session refactors the editor module, invoke this Skill to run checks, commit the work, and open a PR titled "editor: refactor ..." ready for team review. ## Quick Start Create a pull request for all the changes made in this session.