Generate a PR description body based on git diff and log. It saves the result to PR_BODY.md for easy copying. It follows the project's PR template.
This skill analyzes your changes, generates a PR Title and Description, and saves them to a file.
Analyze Current Branch Status:
git status and git diff to understand the full scope of changes.git log -n 5 to see recent commit messages for context.Read PR Template: Read .github/pull_request_template.md to ensure the correct structure.
Generate Content (Korean):
feat(auth): 회원가입 로직 고도화).Save to File:
Mandatory: Use write_file to save the Title and Body to PR_BODY.md in the project root.
Format in file:
추천 제목: <Generated Title>
<Generated Body Content>
Final Output:
cat PR_BODY.md | pbcopy.feat, fix, refactor, docs, etc., based on the changes.