Write PR Description
Use this skill when the user wants a concise PR description for the current branch.
Workflow
- •Run
git parent-branchto identify the base branch. - •Inspect the current branch diff against that base, including uncommitted changes. Ignore
*.wat,*.hir,*.masm, and*.lock. - •Summarize the change at a high level for reviewers. Prefer the main behavioral or maintenance-relevant changes over file-by-file churn.
- •Keep the description brief. Use a short paragraph by default and switch to flat bullets only when the change has a few distinct themes.
- •Write the result to
pr_desc.md, replacing any stale draft content.