一键导入
pr-summary
Generate pull request summaries and open GitHub PRs from the current branch’s git changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate pull request summaries and open GitHub PRs from the current branch’s git changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use whenever commiting changes to git.
Code reviews of git changes without creating actual PR.
Create thorough implementation plans for complex tasks.
Creates non-technical changelogs from git commits.
Rewrite user requests into clear, precise, and complete AI prompts. Use when a user asks to create, convert, or refine a prompt, or to restate a request as a specification for an AI model.
Create clear, concise technical documentation for a specified file, module, or folder.
| name | pr-summary |
| description | Generate pull request summaries and open GitHub PRs from the current branch’s git changes. |
git log main..HEAD --onelinegit diff main...HEAD --statgit diff main...HEAD.<type>(<scope>): <summary> (<ticket>)feat(profile): add blocking feature (HAE-111)fix(onboarding): correct next button target path (HAE-222)gh pr create with the title and body.## Summary
- [1-3 bullets describing the changes]
## Changes
- [Significant changes]
- [Files modified: list paths or key files]
- [Breaking changes, if any]
## Dependencies
- [Dependencies added or updated]
## Testing Notes
- [How to test these changes (ommit if not needed or if simple change)]
None rather than omitting the line.