What problem does it solve?
This Skill removes the repetitive final steps of delivering completed work, so you can turn a finished issue into a committed, reviewed, merged, and closed change without manual coordination.
Core Features & Use Cases
- Commit and Push: Stages only the files related to the current issue, creates a commit that references the issue number, and pushes the branch to the remote repository.
- Pull Request Automation: Opens a GitHub pull request with a concise title, a clear summary, and closing keywords so the issue can be linked and auto-closed.
- Merge and Closure Workflow: Checks PR status, merges with the chosen strategy, adds a post-merge implementation summary comment, and closes the issue when auto-close does not happen.
- Use Case: A developer finishes implementing a GitHub issue and needs a reliable, repeatable workflow to ship the code and leave a traceable audit trail.
Quick Start
Ask the ship-it skill to commit the completed changes, create and merge the pull request, and close the linked GitHub issue.