원클릭으로
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 직업 분류 기준
| 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.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.