一键导入
pr-description
PR title and description generation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
PR title and description generation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write the release notes
Review the changelog and last commits for consistency
Simplify the [Unreleased] section of CHANGELOG.md (or a specific version) into a user-focused changelog summary using the instructions from the CI workflow.
Clean C# code style based on project rules
Write a commit message for the currently staged or uncommitted changes
Debug some feature
| name | pr-description |
| description | PR title and description generation |
| allowed-tools | ["read","exec","grep"] |
| triggers | ["user","model"] |
The aim is to return the title and the description for a PR, following the rules in CONTRIBUTING.md.
Analyze CONTRIBUTING.md
Read the [Unreleased] section in CHANGELOG.md
Check for an active PR in the current branch
Analyze the changes in the active PR, or the changes between the current branch and the dev branch if no PR
Return the PR title in a codeblock as plain text
Return the PR description in a separate code block in Markdown format.