ship-it
01Plugin Claude Code
Plugin marketplace listing 1 plugin: ship-it.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ship-it.
Plugin Claude Code
Ships work already on disk: commits with a Conventional Commits message, then pushes the branch and opens a pull request.
Cursor rule Cursor
Commit, stage, or record changes in the working tree with one Conventional Commits message. Use when the user asks to commit or stage changes.
Cursor rule Cursor
Open a pull request for the current branch on GitHub. Use when the user asks to open, create, or submit a PR, or to push a branch for review.
Instructions file GitHub Copilot
Instructions for khrichtchatyi/ship-it: When the user asks to commit, stage, or record changes, follow the skill in skills/commit/SKILL.md in full: operate only on the Git working tree, stage exactly the paths the user named, write one Conventional Commits message, do not push, and stop.
Instructions file GitHub Copilot
Instructions for khrichtchatyi/ship-it: When the user asks to open, create, or submit a pull request, follow the skill in skills/open-pr/SKILL.md in full: verify gh is authenticated, resolve the target repository and default branch, push the current branch, open one pull request with a title and body derived from the…
Instructions file CodexOpenCode
Instructions for khrichtchatyi/ship-it: Each rule or paragraph in a SKILL.md file must be a single sentence; use semicolons, colons, or em dashes to chain related clauses inside one sentence, but never start a second sentence inside the same paragraph — split it into a new paragraph instead.
Instructions file
Instructions for khrichtchatyi/ship-it, a project described as: A Claude Code plugin that commits your work and opens pull requests.
Skill Claude CodeCodex
Use this skill to commit changes already sitting in the working tree of the current Git repository. Inspect the tree, stage only what the user named, write one Conventional Commits message, stop. One repository per run, one commit per run.
Skill Claude CodeCodex
Use this skill to submit the commits on the current branch as one pull request against a GitHub repository. Push the branch, open the PR with an imperative title and a body that names what changed and why, and post a follow-up ping only when CODEOWNERS resolves to one person. One branch per run, one pull request per…