pr-summary
46
总安装量
45
周安装量
#8448
全站排名
安装命令
npx skills add https://github.com/casper-studios/casper-marketplace --skill pr-summary
Agent 安装分布
opencode
45
codex
45
claude-code
44
cursor
44
windsurf
42
github-copilot
40
Skill 文档
Summarize the latest changes in this branch to create a pull request on GitHub.
- Compare the current branch against default branch to see what changes need to be described in the pull request. Make sure to only focus on the finalized implementation details. Since pull requests tend to have work-in-progress commits at the beginning, you should be extra mindful on whether these are still relevant in the finalized snapshot.
- Use the pull request template to generate a
.claude/scratchpad/PR.md. - Pause here and prompt the user to check the
.claude/scratchpad/PR.mdbefore proceeding. - Once edited and approved by the user, fill in the missing details in the following script and then run it:
gh pr create --base dev --head "$(git rev-parse --abbrev-ref HEAD)" --title '[TICKET-123] category: short title' --body-file .claude/scratchpad/PR.md - Delete
.claude/scratchpad/PR.mdonce successfully submitted.