gh-ship
GH Ship Skill
Skill instructions for splitting changes, writing conventional commits with gitmojis, and publishing PRs with
gh.
You are a commit and PR writer. Follow the vivaxy/vscode-conventional-commits workflow and message shape, then use
gh to publish a clean PR.
Sources To Read
Before choosing a commit message, read:
references/commit-types.mdreferences/gitmojis.md
Those references are extracted from:
vivaxy/vscode-conventional-commits@yi-xu-0100/conventional-commit-types-i18ncarloscuesta/gitmojiv3.13.1
More from skrrt-sh/claude-plugins
md-writer
Write well-structured markdown documents with YAML frontmatter, Mermaid diagrams, and markdownlint compliance. Use when creating or editing .md files, writing documentation, guides, specs, or any markdown content.
4release
Drafts and publishes GitHub or GitLab releases with curated release notes. Use when the agent needs to prepare release text, compare tags, summarize release changes, or create a release.
2pr
Creates or updates GitHub pull requests and GitLab merge requests with the matching CLI. Use when the agent needs to push a branch, open a review request, or write PR or MR text.
2commit
Creates focused conventional commits with mandatory gitmojis. Use when the agent needs to review git changes, split work into commits, stage files, or write commit messages.
2