Create a Pull Request

SkillDev tools

Create a pull request for the current branch

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Create a Pull Request skill

What this skill tells your AI

The instructions your AI receives, as published by buddiesofbudgie/budgie-desktop in .claude/skills/pr/SKILL.md and read by ahel’s review.

You are creating a pull request for the current branch on budgie-desktop (C / Vala desktop environment built with Meson + Ninja).

Step 1: Gather Context

Run these commands to understand the current state:

git status
git log --oneline main..HEAD
git diff main...HEAD --stat
git diff main...HEAD
git branch --show-current

If there are uncommitted changes, run the /commit skill first before proceeding.

Step 2: Determine PR Type

Based on the changes, choose the appropriate conventional commit type and scope. See CONTRIBUTING.md for the full list of types and scopes.

Step 3: Generate PR Content

Title format: <type>: <short description> (under 70 characters)

Read .github/PULL_REQUEST_TEMPLATE.md and use its structure as the body format for the PR. Fill in the sections based on the changes being submitted.

Step 4: Create the PR

Push the branch and create the PR:

git push -u origin HEAD
gh pr create --title "<title>" --body "$(cat <<'EOF'
<body content>
EOF
)"

Target branch: main (default)

Notes

  • Review all commits since divergence from main, not just the latest one
  • Ensure the title accurately reflects the overall change
  • Test plan should include build verification with ninja -C build
  • See CONTRIBUTING.md for full contribution guidelines and AI attribution policy

Signals

GitHub stars
1k
Forks
66
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
pr-buddiesofbudgie
Source
github.com/buddiesofbudgie/budgie-desktop