Skillshub create-pr

Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/getsentry/skills/create-pr" ~/.claude/skills/comeonoliver-skillshub-create-pr-e0f611 && rm -rf "$T"
manifest: skills/getsentry/skills/create-pr/SKILL.md
source content

Alias: create-pr

This skill name is kept for compatibility.

Use

sentry-skills:pr-writer
as the canonical skill for creating and editing pull requests.

If invoked via

create-pr
, run the same workflow and conventions documented in
sentry-skills:pr-writer
.