pr-creator

Installation
SKILL.md

Pull Request Creator

This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards.

Workflow

Follow these steps to create a Pull Request:

  1. Branch Management: Check the current branch to avoid working directly on main.
    • Run git branch --show-current.
    • If the current branch is main, create and switch to a new descriptive branch:
      git checkout -b <new-branch-name>
      
Installs
4
First Seen
Feb 4, 2026
pr-creator — buidlguidl/sandgarden-skills