What problem does it solve? Shipping code often means manually running checks, writing commit messages, drafting PR descriptions, and remembering tracker conventions — steps that are easy to skip or get wrong. This Skill enforces a strict pre-push quality gate and automates request creation on GitHub or GitLab. ## Core Features & Use Cases - Ordered quality gates: Runs the project's own lint, type-check, and test commands in strict order, fixing failures in source rather than suppressing warnings. - Forge-aware request creation: Detects GitHub (gh) or GitLab (glab) from the git remote, pushes the branch, and opens a PR/MR with a Conventional Commits title and a ticket-derived body. - Release notes drafting: Classifies commits into highlights, breaking changes, features, and fixes, and drafts changelog entries matching the repo's existing format. - Use Case: After finishing a feature branch, ask the agent to release it — it discovers the project's check commands, fixes any lint or test failures, commits with confirmation, pushes, and opens a merge request whose Summary and Test Plan come from the branch's tickets. ## Quick Start Use the release skill to run the project checks, push this branch, and open a pull request.