원클릭으로
pr
Push branch and create a pull request with auto-generated description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Push branch and create a pull request with auto-generated description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pr |
| description | Push branch and create a pull request with auto-generated description |
Pushes the current branch and creates a pull request with a well-formatted description.
git branch --show-current
If on main, inform user to create a feature branch first.
git push -u origin HEAD
git log origin/main..HEAD --oneline
Generate PR title and description from commits.
Create the PR:
gh pr create --title "<title>" --body "<body>"
## Summary
<Brief description of what this PR does>
## Changes
- <Bullet points from commits>
## Testing
<How this was tested>
---
🤖 Generated with Claude Code
gh) must be installed and authenticatedCreated pull request: https://github.com/skeletor-js/skelenote/pull/42
Title: feat: add task priority filtering
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility