What problem does it solve? Opening and maintaining a pull request involves repetitive steps: committing pending changes, pushing the branch, writing a clear title and body, and then waiting on CI. This Skill automates that entire flow and reports check failures with the exact error line and a proposed fix. ## Core Features & Use Cases - End-to-end PR workflow: Commits pending changes via the /commit skill, pushes the branch, then creates a new PR or updates an existing one with a rewritten body based on the full diff against the base branch. - Structured PR descriptions: Generates titles under 72 characters and bodies following a fixed Summary/Behavior change/Implementation/Testing/Notes structure written in Simplified Technical English. - CI monitoring and failure diagnosis: Waits for checks to register, watches them with gh pr checks --watch --fail-fast, and on failure reports the job name, failing step, quoted error line, cause, and proposed fix. - Use Case: You finish a feature branch with uncommitted changes. Invoke the skill and it commits, pushes, opens the PR against main, prints the URL, then watches CI and tells you exactly which step failed and why. ## Quick Start Ask the assistant to create a pull request for the current branch and watch the CI checks, optionally providing a title or base branch.