Agent Skills
› OpenSwiftUIProject/OpenSwiftUI
› openswiftui-pr-authoring
openswiftui-pr-authoring
GitHub用于起草或审查 OpenSwiftUI 项目的 PR 标题和正文。遵循 Conventional Commits 规范,聚焦结果描述,排除构建命令等无关内容,并处理堆叠 PR 的依赖关系说明。
Trigger Scenarios
撰写 OpenSwiftUI PR 标题
生成 OpenSwiftUI PR 正文
审查 OpenSwiftUI PR 内容
Install
npx skills add OpenSwiftUIProject/OpenSwiftUI --skill openswiftui-pr-authoring -g -y
SKILL.md
Frontmatter
{
"name": "openswiftui-pr-authoring",
"description": "Draft or review public OpenSwiftUI pull request titles and bodies. Use when proposing, creating, updating, or reviewing an OpenSwiftUI PR."
}
OpenSwiftUI Pull Request Authoring
- Write PR titles and bodies in English and scope them to the committed diff.
- Use a concise Conventional Commits title that describes the outcome. Follow the contributor guide.
- Use
## Summaryfor the main body. Start the first word of every summary bullet with a capital letter, and keep the bullets parallel and outcome-focused. - Omit build commands, test invocations, contributor-workflow boilerplate, remaining TODOs, and unrelated follow-up work.
- Keep internal investigation methods out of public wording. Describe results in terms of compatibility, behavior, validation, or implementation.
- For stacked PRs, describe only the current layer. Add a
## Stacksection to a dependent PR and identify its direct dependency asDepends on #<number>. - Drafting a PR does not authorize pushing branches or creating or updating a PR. Obtain the required approval before changing remote state.
Version History
-
0.21.0
Current 2026-09-09 08:34
要求 PR 标题也遵循 Conventional Commits 规范,此前仅要求提交信息使用此规范。
- 0.20.1 2026-08-28 11:47


