Agent Skills
› OpenSwiftUIProject/OpenSwiftUI
› openswiftui-pr-authoring
openswiftui-pr-authoring
GitHub用于起草或审查 OpenSwiftUI 项目的 Pull Request 标题和正文,确保内容符合英文规范、聚焦结果并隐藏内部细节。
Trigger Scenarios
提议创建 PR
更新 PR 描述
审查 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 sentence-case title that describes the outcome.
- 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.20.1 Current 2026-08-28 11:47


