pr

SkillDev tools

Create a GitHub Pull Request based on the changes in the current branch.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the pr skill

What this skill tells your AI

The instructions your AI receives, as published by ohah/hwpjs in legacy/rust/.claude/skills/pr/SKILL.md and read by ahel’s review.

현재 브랜치의 변경사항을 기반으로 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 등)

Signals

GitHub stars
161
Forks
24
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
pr-ohah
Source
github.com/ohah/hwpjs