github-prlisted
Install: claude install-skill my-neighbor-dev/01_ARCHITECTURE
# Create GitHub PR
Creates a Pull Request for the current work.
## Instructions
1. **Branch Check**
- If current branch is `main` or `develop`:
- Ask user for branch name (e.g., `feature/...`).
- `git checkout -b <new-branch>`
- Else: Continue.
2. **Push Changes**
- Ensure all changes are committed.
- `git push origin HEAD`
3. **Draft PR Body**
- **Format**: Markdown (Korean).
- **Content**:
- Link Issue (`Closes #ID`).
- Summary of changes (Why & What).
- Test/Verification status.
- **Show draft to user**.
4. **Create PR**
- `gh pr create --base develop --title "제목" --body "본문"`