Pull request description
Fill assets/pr-template.md section by section. Every section stays;
an empty one says None. so the reader knows it was considered.
Steps
- Collect the evidence:
git log --oneline <base>..HEADandgit diff --stat <base>..HEAD, where<base>is the target branch (usuallymain). - Summary: two or three sentences on what changes for a user or a maintainer. Lead with the outcome, not the mechanism.
- Linked issue: the issue number this PR resolves. External contributions need one; a PR without a linked issue is closed with a pointer to the proposal template.
- Changes: one bullet per coherent change, in the order a reviewer should read them.
- How to test: the exact commands and what to look for.
pnpm checkis always the first. - Checklist: tick only what is true.
metadata.reviewedmust be updated for any skill whose content changed.
Output
Print the filled template in a fenced block. Open the PR with gh pr create --body-file only
when the user asked for it.