Creates a GitHub PR for the current branch, including an automated summary and test plan.

Install

mkdir -p .claude/skills/pr-ohah && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11877" && unzip -o skill.zip -d .claude/skills/pr-ohah && rm skill.zip

Installs to .claude/skills/pr-ohah

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

현재 브랜치의 변경사항을 기반으로 GitHub Pull Request를 생성해주세요.
47 charsno explicit “when” trigger
Beginner

Key capabilities

  • Check for uncommitted changes
  • Review current branch commit history
  • Identify all changes relative to main
  • Draft PR title and body based on changes
  • Assign PR to 'ohah' and add appropriate labels

How it works

The skill checks the Git status, analyzes changes, drafts a PR title and body, pushes to remote, and creates a GitHub PR with a specific assignee and labels.

Inputs & outputs

You give it
Current Git branch changes
You get back
A GitHub Pull Request with a summary, test plan, assignee, and labels

When to use pr

  • Open a pull request for a feature branch
  • Generate PR summary and test plan
  • Automate PR cleanup tasks

About this skill

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

When not to use it

  • When there are uncommitted changes
  • When the user does not want the PR assigned to 'ohah'
  • When specific labels are not desired

Limitations

  • Requires all changes to be committed before execution.
  • The PR will be assigned to 'ohah'.
  • The PR body follows a specific format including a summary and test plan.

How it compares

This skill automates the PR creation process, including drafting content and setting specific metadata like assignee and labels, which simplify the workflow compared to manual GitHub interface usage.

Compared to similar skills

pr side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
pr (this skill)05moNo flagsBeginner
fix-pr14moReviewIntermediate
resolve-checks16moReviewIntermediate
agent-github-pr-manager16moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry