Install
openclaw skills install @widoxm/pr-descriptionDraft a pull request description from the current branch's diff. Use when the user asks for a PR description, a merge request summary, or "what does this change do".
openclaw skills install @widoxm/pr-descriptionGenerate a clear, review-friendly pull request description from the diff.
git diff <base>...HEAD (commits on this branch)git log <base>..HEAD --oneline for the commit list## Summary
<!-- One or two sentences: what this change does and why. -->
## Changes
<!-- Bullet list of the notable changes. -->
## Testing
<!-- How was this verified: commands run, tests, manual steps. -->
## Notes / Follow-ups
<!-- Anything a reviewer should know, or deferred work. -->