OSS PR banner
iOfficeAI iOfficeAI

OSS PR

Git community intermediate

Description

Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, then delegates to the `commit` and `pr` skills.

Installation

Terminal
claude install-skill https://github.com/iOfficeAI/AionUi

README

OSS PR

Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, then delegates to the `commit` and `pr` skills.

Steps

Step 1 — Resolve Branch

git branch --show-current
git config user.name
    undefined

**If on `main` or `master`:**

    undefined

**If already on a feature branch:** proceed as-is.

Step 2 — Commit

Follow the `commit` skill in full (quality checks, grouping, format, approval).

Step 3 — Open PR

Follow the `pr` skill — **skip** the issue association step (do NOT create or link an issue), proceed directly to push and PR creation.