What problem does it solve?
Creates clear, intent-focused GitHub pull requests from the current branch so reviewers understand why the change exists, while preventing common mistakes like dirty working trees or duplicate PRs.
Core Features & Use Cases
- Drafts a PR title in the required format and writes a sectioned PR body with English ## headings and concise bullets.
- Enforces guardrails such as branch-name prefixes (feature/bugfix/refactor), clean working tree, existing origin remote, successful fetch to main, and no existing open PR for the branch.
- Pushes to origin when upstream is missing or when needed, then creates the PR against main using GitHub CLI (gh).
- Use Case: When a Korean collaboration context exists, it keeps PR body language aligned with repository norms while using terse, review-friendly Korean bullet content for Korean lines.
Quick Start
Use the pull-request skill to review your current git branch, draft the PR title and sectioned body, ask you to confirm, then push (if needed) and open a GitHub PR against main.