원클릭으로
create-pr
Create PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Capture notes into your daily journal using the jrnl CLI
Create a Google Task via the IFTTT JSON webhook
Create a git commit using the message format below
Split working tree changes into up to five atomic commits, each with a message generated using the git-commit skill
Use Bun's shell API ($ from "bun") when writing or editing scripts that run shell commands in src/. Use when adding or changing subprocess/shell usage under src/, or when the user asks for shell execution in this project. Prefer Bun Shell over child_process or execSync.
Polish text by refining clarity, coherence, and conciseness
| name | create-pr |
| description | Create PR |
| disable-model-invocation | true |
Use the gh command for ALL GitHub-related tasks including working with issues, pull requests, checks, and releases.
When the user asks you to create a pull request, follow these steps carefully:
git diff [base-branch]...HEAD to understand the full commit history for the current branch (from the time it diverged from the base branch)-u flag if neededgh pr create. Use a temp file for the body to ensure correct format. Avoid file name conflicts when creating multiple PRs concurrently.Important: Return the PR URL when you're done, so the user can see it
Use the PR template @.github\pull_request_template.md if found.