What problem does it solve? Writing a pull request description that a reviewer can actually understand is hard: diffs get dumped file-by-file, template checkboxes get ticked dishonestly, and titles carry internal batch numbers. This Skill turns a pushed branch into a PR whose description explains the change at a high level, filled honestly against the gokit engineering baseline. ## Core Features & Use Cases - High-level change analysis: Reads the actual diff against origin/main and groups it by concern instead of narrating per file. - Honest template filling: Completes every section of the repo PR template — title, motivation, type, modules, testing evidence, breaking changes, sibling parity — checking only what is genuinely true. - Safe gh CLI creation: Writes the body to a file and opens the PR with gh pr create --base main, only when explicitly asked, never adding reviewers unprompted. - Use Case: After pushing a feature branch adding a GCS storage backend, ask for a PR and get a conventional-commit title, a concise grouped summary, accurate test-gate evidence, and the PR URL back. ## Quick Start Ask the assistant to open a pull request for the current pushed branch against main using the create-pr skill.