docs: consolidate PR hygiene check from 3 commands to 2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
NanoClaw
2026-03-28 04:00:13 +00:00
co-authored by Claude Opus 4.6
parent 4743513018
commit 94689fcb36
-1
View File
@@ -53,7 +53,6 @@ Before creating a PR, adding a skill, or preparing any contribution, you MUST re
Before pushing or creating a PR, run these checks and show the output to the user for approval:
```bash
git diff upstream/main --name-only HEAD
git diff upstream/main --stat HEAD
git log upstream/main..HEAD --oneline
```