pr

Installation
SKILL.md

PR Skill

Structured PR workflow: verify branch → ensure issue exists → push → create PR.

Announce at start: "I'm using PR skill to create your pull request."

Workflow

Step 0: Branch & Change Verification

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

Rules:

  • If on main or master: STOP — create a new branch first (see commit skill Step 0)
Related skills

More from iofficeai/aionui

Installs
2
GitHub Stars
24.9K
First Seen
Mar 23, 2026