一键导入
pr
Create GitHub pull requests for app-bb using gh with the user's preferred title/body style. Use when the user asks to open, create, draft, or prepare a PR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create GitHub pull requests for app-bb using gh with the user's preferred title/body style. Use when the user asks to open, create, draft, or prepare a PR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create clean app-bb git commits with the user's preferred concise message style. Use when the user asks to commit changes, split changes into commits, or prepare local commits.
Prepare app-bb UI/frontend changes for commit by running formatting/lint/type checks, fixing issues, and performing a final UI review against design-system and web-design guidelines.
Build or rough out app-bb React/Next.js UI from screenshots, mockups, or visual descriptions. Use when the user asks to implement, recreate, match, rough out, or translate a screenshot/mockup into frontend code.
Review app-bb UI/frontend changes for bugs, accessibility, web design guideline compliance, unnecessary complexity, and design-system adherence. Use for PR reviews, pre-commit checks, React/Next.js UI audits, or reviewing changed frontend files.
基于 SOC 职业分类
| name | pr |
| description | Create GitHub pull requests for app-bb using gh with the user's preferred title/body style. Use when the user asks to open, create, draft, or prepare a PR. |
| argument-hint | ["optional-base-branch-or-issue"] |
Create GitHub pull requests for app-bb using gh and the user's preferred PR style.
gh pr create.Add branch settings empty stateSummary heading.Fixes #123 at the end.git status --shortgit branch --show-currentgit diff --stat origin/main...HEAD when appropriategit log --oneline origin/main...HEAD when appropriatemain or another protected/default-looking branch.git rev-parse --abbrev-ref --symbolic-full-name @{u}.main unless evidence says otherwise.gh pr view --json url,title,isDraft.gh pr create.
gh pr create --draft --title "..." --body-file <temp-file>--base <branch> if needed.Simple change:
This adds an empty state to the branch settings page so users have clearer guidance when there is nothing configured yet. The copy explains what to do next and keeps the layout consistent with the rest of the settings experience.
Multiple pieces:
This updates the branch settings experience with clearer empty states and more consistent form layout.
- Adds guidance for branches with no configured settings yet.
- Aligns spacing and copy with the existing settings pages.
- Keeps the existing save flow unchanged.
Fixes #123