ワンクリックで
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.