원클릭으로
update-pr
Update GitHub pull request title and description with comprehensive summary
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update GitHub pull request title and description with comprehensive summary
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | update-pr |
| description | Update GitHub pull request title and description with comprehensive summary |
| metadata | {"audience":"developers","workflow":"github"} |
I analyze the changes in a pull request and update its title and description with release-ready documentation. The PR description serves as the source material for release notes, so I create well-structured content that helps both reviewers and end users understand:
Use this skill when:
Focus on the PR's purpose and impact. Use a clear, concise title that summarizes what changed from a user or developer perspective. The title will be used as the release title, so make it meaningful.
Examples:
The PR description is structured to serve as release notes. Write in past tense and focus on user impact.
## Release Notes
### New Features
- List new capabilities or functionality added
- Focus on what users can now do
- Include relevant context about why the feature was added
### Bug Fixes
- List issues that were resolved
- Describe the problem and the fix
- Reference issue numbers if applicable
### Improvements
- Performance enhancements
- Code quality improvements
- Refactoring that improves maintainability
### Documentation
- New or updated documentation
- API changes
- Migration guides
### Breaking Changes
- Any changes that require user action
- API changes that break compatibility
- Configuration changes
## Summary
Brief, user-focused overview of what this release accomplishes. Write as if announcing the release to users or stakeholders.
Example: "Fixed critical authentication issues and improved dashboard performance by 40%."
## Technical Details
Provide implementation details for developers:
- Key architectural decisions
- File paths and line references
- Code examples where helpful
- Performance metrics or benchmarks
Provide the PR URL or PR number. I'll handle the rest.
Examples:
User: "Update PR #62"
I will:
Create or update user-facing documentation for Sayr features in apps/marketing
Work with the Sayr edition system (cloud, community, enterprise) including limits, capabilities, and edition-aware code
Add, remove, or modify commands and sub-views in the Cmd+K command palette
Add or modify PageHeader layouts on admin pages, including task view integration and cross-org patterns
Add, modify, or troubleshoot the right sidebar panel on admin pages