Create Pr

Added March 5, 2026 Source: Sentry team

create-pr is an alias that points to the sentry-skills:pr-writer skill. It exists for backward compatibility, letting you use the old name if your scripts or muscle memory are used to it. For any new configurations, always use sentry-skills:pr-writer directly.

Installation

This skill is self-contained. Copy the SKILL.md below directly into your project to get started.

.claude/skills/create-pr/SKILL.md    # Claude Code
.cursor/skills/create-pr/SKILL.md    # Cursor

Or install as a personal skill (available across all your projects):

~/.claude/skills/create-pr/SKILL.md

You can also install using the skills CLI:

npx skills add getsentry/skills --skill create-pr

Requires Node.js 18+.

SKILL.md

---
name: create-pr
description: 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.
---

# 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`.

Originally by Sentry team, adapted here as an Agent Skills compatible SKILL.md.

This skill follows the Agent Skills open standard, supported by Claude Code, Cursor, Codex, Gemini CLI, and 20+ more editors.

Works with

Agent Skills format — supported by 20+ editors. Learn more