원클릭으로
create-pr
Create a PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review code changes on the current branch or a given PR/branch. Use when the user asks for a code review, wants feedback on a diff, or wants to check changes for security, quality, or bugs.
Analyze metrics, logs, or other data in Datadog. Use this skill when investigating issues or handling incidents
Collaborative thinking partner that explores complex problems through questioning rather than jumping to solutions. Use when the user wants to think through a topic, brainstorm, or have a discussion.
Debug and fix CI failures from a PR link. Fetches failing job/step logs from GitHub Actions or CircleCI, identifies the root cause, then proposes and applies a fix. Use when the user provides a PR URL and wants to investigate and fix CI failures.
Summarizes things into Obsidian Vault. Use when user mentions "document" or "obsidian".
| name | create-pr |
| description | Create a PR |
| allowed-tools | ["Bash(git switch *)","Bash(git symbolic-ref *)","Bash(sed *)","Bash(git status *)","Bash(git add *)","Bash(git commit *)","Bash(git push *)"] |
git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@'git switch -c <branch-name> <default-branch-name>git add <files-to-add>git commit -m <commit-message>git push -u origin HEADgh pr create --title "{replace with actual PR Title}" --body "{replace with actual PR description}" --base {replace with confirmed base branch} --draft
.github.com/pull_request_template.md if available