create-pull-request

Installation
SKILL.md

Create Pull Request

Preconditions

  1. Verify gh auth status succeeds. If not, prompt user to run gh auth login.
  2. Verify not on main/master. If so, prompt user to create a feature branch.
  3. Verify no uncommitted changes. If found, prompt user to commit first (consider using conventional-commit skill).
  4. If no upstream exists, run git push -u origin HEAD.

PR Template

The PR description must follow the team's template structure. See references/pr-template.md for the full template, validation rules, and examples.

Required sections:

  1. About PR ๐Ÿ“ - What changed and why (cannot be empty)
  2. Preview ๐Ÿ–ผ๏ธ - Screenshot/recording (required for: Bug fix, New feature, Refactor, Improvement)
  3. How to test ๐Ÿงช - Testing instructions for reviewers
  4. Type of change ๐Ÿ”ง - Check at least one checkbox
Installs
16
First Seen
Feb 16, 2026
create-pull-request โ€” yonderlab/kota.agent.skills