원클릭으로
create-pr
Create a pull request after code review
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a pull request after code review
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | create-pr |
| description | Create a pull request after code review |
code-review subagent to review this branch. Fix all blockers before proceeding.git status and git diff main...HEAD to understand all changesgit log main..HEAD --oneline to see all commits on this branchgit push -u origin HEADgh pr create:
reflect skill — retrospect on what was just built and persist any new patterns, surprises, or lessons to rules and memoryDo NOT create the PR if the code-review subagent reports blockers.
duklog coding standards, testing requirements, and review checklist. Use when reviewing code, writing tests, or checking quality.
Process PR feedback, user corrections, code review findings, or self-observed patterns and update project memory, rules, and standards accordingly. Use proactively after receiving PR review comments, user corrections, or when patterns emerge from code review or self-reflection.
Post-implementation retrospective. Run after completing any non-trivial task to extract patterns, surprises, and lessons and persist them to rules and memory without waiting for user feedback. Use proactively after creating a PR or finishing a significant feature.
Commit changes after running CI checks
Search Rust crate documentation for a type, trait, function, or method. Usage: /search-rust-doc {crate} {query}