write-pr

Installation
SKILL.md

Write PR

Produce a concise Korean title and body that let a reviewer understand why the PR matters and what changes after merge. This skill owns the copy contract; when the request also asks to create or update the actual GitHub PR, compose it with draft-pr for repository and publication operations.

Quick Start

  1. Read the user request, repository PR template, existing PR body when editing, linked issue/Jira context, and the net diff or commit range. Preserve useful screenshots, links, release notes, and human reviewer context.

  2. Write the body to a real temporary Markdown file. Do not use process substitution for --body-file:

    tmp_pr_body="$(mktemp -t pr-body.XXXXXX.md)"
    cat > "$tmp_pr_body" <<'EOF'
    Jira: https://issues.example.com/browse/PROJ-123
    
Installs
3
GitHub Stars
1
First Seen
Jul 10, 2026
write-pr — gigio1023/agent-skills