원클릭으로
good-pr
Create or update pull requests with accurate titles, context, and test instructions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or update pull requests with accurate titles, context, and test instructions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | good-pr |
| description | Create or update pull requests with accurate titles, context, and test instructions. |
Inspect the complete diff and any existing pull request body before changing PR metadata. Preserve useful existing context and assets. Describe the net change, not abandoned implementation attempts.
Open pull requests ready for review. Do not create a draft unless the user explicitly requests one. If an existing PR is a draft, mark it ready before finalizing unless the user asks to keep it as a draft.
Use Conventional Commit format when it accurately describes the change:
<type>(<scope>): <lowercase imperative subject>
Keep the title concise and focused on the user-visible or reviewer-relevant outcome. Do not add product-name prefixes unless requested.
Explain why the change is needed before describing what changed. Keep the body limited to the PR's net effect and reference related issues or PRs when relevant. Use repository-relative paths rather than absolute local paths.
Include a ## How to Test section with concrete steps and expected results. Cover the main success path and one focused regression or non-happy path when applicable. Name targeted automated tests when useful, but do not fill the section with generic CI commands.
Release-preparation PRs must remain reviewable and must not publish on merge. State the requested version, summarize the generated version and changelog changes, and explain the separate tag action that starts publication.