OSS PR
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
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for iOfficeAI/AionUi, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
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
- Convert
user.nameto lowercase, replace spaces with hyphens →{prefix}(e.g. "John Doe" →john-doe) - If
user.nameis unavailable, ask the user to provide a prefix
**If on `main` or `master`:**
- Run
git diff HEAD --statandgit statusto inspect the staged/unstaged changes - Based on the actual changes, generate 1–2 recommended branch names following
/convention (e.g.feat/dark-mode,fix/login-crash) - Present them as a numbered list and ask the user to pick one or provide their own
- Create and switch:
git checkout -b {prefix}/{branch-name}(e.g.john-doe/feat/dark-mode)
**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.
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git