현재 브랜치의 변경사항을 기반으로 GitHub Pull Request를 생성해주세요.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add ohah/hwpjs --skill pr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ohah-hwpjs)More formats (shields.io, HTML) on the badges page.
---
description: 현재 브랜치의 변경사항을 기반으로 GitHub Pull Request를 생성해주세요.
user_invocable: true
---
현재 브랜치의 변경사항을 기반으로 GitHub Pull Request를 생성해주세요.
1. `git status`로 커밋되지 않은 변경사항이 있는지 확인하고, 있으면 커밋 먼저 진행
2. `git log main..HEAD`로 현재 브랜치의 커밋 히스토리 확인
3. `git diff main...HEAD`로 전체 변경사항 파악
4. 변경사항을 분석하여 PR 제목과 본문 작성
5. 리모트에 push 후 `gh pr create`로 PR 생성
6. PR에 assignee를 `ohah`로, 적절한 label을 추가
PR 본문 형식:
```
## Summary
<변경사항 요약 1-3줄>
## Test plan
<테스트 체크리스트>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
```
PR 생성 후:
- `gh pr edit --add-assignee ohah`
- `gh pr edit --add-label <적절한 라벨>` (enhancement, bug, documentation 등)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!