pr-writer

Create pull requests following Sentry's engineering practices.

Content Preview
---
name: pr-writer
description: "Create pull requests following Sentry's engineering practices."
risk: unknown
source: community
---

# PR Writer

Create pull requests following Sentry's engineering practices.

**Requires**: GitHub CLI (`gh`) authenticated and available.

## Prerequisites

Before creating a PR, ensure all changes are committed. If there are uncommitted changes, run the `sentry-skills:commit` skill first to commit them properly.

```bash
# Check for uncommitted changes
git statu
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/pr-writer.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/pr-writer/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/pr-writer/SKILL.md

Related Skills