원클릭으로
git-pr
Prepares and creates pull requests with clear scope, risk notes, and test plan. Use when opening PRs or getting code ready for review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepares and creates pull requests with clear scope, risk notes, and test plan. Use when opening PRs or getting code ready for review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | git-pr |
| description | Prepares and creates pull requests with clear scope, risk notes, and test plan. Use when opening PRs or getting code ready for review. |
Builds new API endpoints end-to-end. Use when adding routes, handlers/controllers, validation, service/action logic, response schemas/resources, and endpoint tests.
Debugs authentication and authorization issues. Use for login/session/token failures, role/permission mismatches, CORS/cookie problems, and unexpected 401/403 responses.
Resets and reseeds development/test databases safely. Use when a clean database state is needed for debugging, migration verification, or reproducible QA scenarios.
Creates and manages branches with clear naming and safe branching flow. Use when starting work, switching context, or cleaning up branches.
Creates clean commits using a consistent message convention. Use when staging changes, composing commit messages, and preparing reviewable history.
Syncs local and remote branches safely. Use for fetch/pull/rebase/push workflows, conflict handling, and branch alignment before merge.