Pr Diff Verification

Use before pushing a branch or opening a PR to verify `git show --stat --summary HEAD` matches what the commit message claims. Prevents the "commit log wrote but code didn't make it" class of accidents where the commit message describes changes that aren't in the diff (e.g. amend overwrote the previous commit's content, force-push lost commits, worktree wipe lost staged work). Invoke whenever Leader is about to `git push` a feature branch OR open a PR.

wei18 af1413f 5.7 KB Updated

File contents

wei18/apple-dev-skills/tree/main/collaboration-skills/skills/pr-diff-verification commit af1413f33f

Frequently asked questions

npx skillmds@latest add wei18/pr-diff-verification