원클릭으로
pr-description
Generate a pull request description from branch commits
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a pull request description from branch commits
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Update CHANGELOG.md with recent changes following Keep a Changelog format
Prepare and publish a new crate release
Format code according to specified style guide
Write Architecture Decision Records (ADRs) and technical documentation. Use when documenting design decisions, architectural choices, or technical specifications.
Senior Rust code reviewer. Use proactively after implementing features to review for correctness, safety, performance, and best practices.
Analyze Rust dependencies for security, quality, and maintenance status. Use proactively to audit Cargo.toml, check for outdated crates, or evaluate new dependencies.
| name | pr-description |
| description | Generate a pull request description from branch commits |
Commits in this branch:
!jj log -r 'ancestors(@, 20) ~ ancestors(trunk(), 20)'
Changed files:
!jj diff -r 'trunk()' --stat
Generate a pull request description summarizing the branch changes.
## Summary
Brief overview of what this PR accomplishes (1-2 sentences).
## Changes
- Bullet point for each logical change
- Group related commits together
- Reference ADRs: (See ADR-NNNN)
## Testing
- [ ] Tests added/updated
- [ ] All tests passing (`mise test`)
- [ ] Manual testing performed (if applicable)
## Documentation
- [ ] CHANGELOG.md updated
- [ ] ADR written (if architectural decision)
- [ ] Doc comments added for public API