# Pr Creator

> Template-aware pull request creation workflow

- Skill: `hongmaple0820/pr-creator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hongmaple0820/pr-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hongmaple0820/pr-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: hongmaple0820 (https://skillmd.com/u/hongmaple0820)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hongmaple0820/pr-creator

---


# PR Creator

Use this skill when preparing a branch or pull request for review.

## Workflow

1. Check the current branch, remote, and dirty worktree before staging.
2. Stage only files that belong to the requested change.
3. Summarize behavior changes, validation, risks, and rollback notes.
4. Include issue links, release notes, screenshots, or artifacts when relevant.
5. Push the intended branch and create the PR with the repo's existing template.

## Evidence

- `git status --short` before staging.
- Exact validation commands and results.
- PR URL or branch push result.

## Anti-Patterns

- No unrelated files in the commit.
- No unstated generated artifacts.
- No PR body that says tests passed when they were not run.

