원클릭으로
git-create-pr
Create and push PR with auto-generated title and description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and push PR with auto-generated title and description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Code review & explainer master.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Quick commit and push with minimal, clean messages
Intelligently merge branches with context-aware conflict resolution
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
| name | git-create-pr |
| description | Create and push PR with auto-generated title and description |
Create pull request with concise, meaningful description.
git branch --show-currentgit status --shortgit log --oneline -5git rev-parse --abbrev-ref @{upstream} 2>/dev/null || echo "none"git status and current branchgit push -u origin HEADgit diff origin/main...HEAD --statgh pr create --title "..." --body "..."## Summary
• [Main change or feature]
• [Secondary changes]
• [Any fixes included]
## Type
[feat/fix/refactor/docs/chore]
- NO verbose descriptions
- NO "Generated with" signatures
- Auto-detect base branch (main/master/develop)
- Use HEREDOC for multi-line body
- If PR exists, return existing URL