pr-review-loop
Installation
SKILL.md
PR Review Loop
⛔ STOP - READ THIS FIRST ⛔
YOU DO NOT HAVE PERMISSION TO USE RAW GIT COMMANDS.
| ❌ FORBIDDEN | ✅ USE INSTEAD |
|---|---|
git commit |
scripts/commit-and-push.sh "msg" |
git commit -m "..." |
scripts/commit-and-push.sh "msg" |
git push |
scripts/commit-and-push.sh "msg" |
git push origin |
scripts/commit-and-push.sh "msg" |
If you use git commit or git push directly, it will be BLOCKED.