원클릭으로
create-pr
Create a pull request using the repository template and current branch changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a pull request using the repository template and current branch changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Address PR review comments by fixing code, replying to each comment, and re-requesting review. Use this skill when the user wants to handle, fix, resolve, or address PR feedback, review comments, or code review suggestions. Also use when the user says things like "fix the PR comments", "handle review feedback", "address the review", or "respond to PR feedback".
Cross-platform codebase exploration for Pocket Casts. Use when asked about Web, iOS, or Android implementation of a feature, or when comparing implementations across platforms.
Expert guidance for Dynamic Type support for Pocket Casts iOS development with Swift, UIKit, and SwiftUI. Use this skill when the user asks about Dynamic Type, content size categories, accessibility text size, font scaling, or making text/UI elements respond to the user's preferred text size (e.g., using preferredContentSizeCategory, adjustsFontForContentSizeCategory, UIFontMetrics, or related APIs in SwiftUI and UIKit).
Adds a feature flag and fences off code with it
| name | create-pr |
| description | Create a pull request using the repository template and current branch changes |
| user-invocable | true |
Verify the project compiles — Build the project and confirm it succeeds with no errors. Do NOT proceed if the build fails; fix any issues first.
Gather context — Run git diff trunk...HEAD and git log trunk..HEAD --oneline to understand all changes included in the PR.
Create the PR using gh pr create with the body template from .github/PULL_REQUEST_TEMPLATE.md.
Fill in the template sections based on the actual changes:
PCIOS- and project number. Otherwise ask the user.Submit the PR without asking for confirmation.