No Force Push A Reviewed Pr

On a PR that already has reviewers, push follow-up changes as plain new commits only — never `git commit --amend`, never `git push --force` / `--force-with-lease`. Force-push rewrites the commits reviewers' inline comments anchor to, resets the GitHub review state, and forces a cold re-read — the opposite of the incremental trust you are building. Use whenever you push any change to a PR someone has already looked at. Trigger terms: force-push, --amend, --force-with-lease, rebase, "clean up history", pushing to an under-review PR.

serhiy-bzhezytskyy Updated

File contents

serhiy-bzhezytskyy/contrib-receipts/tree/main/skills/no-force-push-a-reviewed-pr commit ec62c4ef95

Frequently asked questions

npx skillmds@latest add serhiy-bzhezytskyy/no-force-push-a-reviewed-pr