Stats
Actions
Tags
From workflow-automation
현재 브랜치의 변경사항으로 GitHub Pull Request를 자동 생성합니다. "PR 만들어줘", "PR 생성해줘", "create PR", "open PR" 같은 요청에 사용됩니다. $ARGUMENTS에 PR 제목이나 설명을 전달할 수 있습니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-automation:github-prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. `git status`와 `git log --oneline -10`으로 현재 브랜치 상태와 최근 커밋을 확인한다.
git status와 git log --oneline -10으로 현재 브랜치 상태와 최근 커밋을 확인한다.git diff main...HEAD (또는 master) 로 변경 내용을 파악한다.gh pr create 명령으로 PR을 생성한다./workflow-automation:github-pr
/workflow-automation:github-pr feat: 사용자 인증 기능 추가
gh CLI가 없으면 설치 안내 후 중단한다.main → master 순으로 존재 여부를 확인한다.$ARGUMENTS가 있으면 PR 제목으로 사용하고, 없으면 커밋 메시지 기반으로 자동 생성한다.## Summary
<!-- 변경사항 요약 -->
## Changes
<!-- 주요 변경 파일 목록 -->
## Test Plan
- [ ] 수동 테스트 완료
- [ ] 기존 기능 회귀 없음
🤖 Generated with workflow-automation plugin
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jungkhyun/workflow-automation-plugin