Install
openclaw skills install pr-advocacyMonitor PR status every 4 hours, promptly address feedback and CI issues, communicate clearly within 24 hours, and drive reviews to timely merge.
openclaw skills install pr-advocacyActively monitor, respond to, and drive Pull Request reviews to completion. This skill ensures PRs don't get stuck in review limbo and addresses maintainer feedback promptly.
When a PR is in OPEN state:
When a PR is CLOSED or REJECTED:
When a PR is successfully MERGED:
/Users/hope/.openclaw/agents/coding/workspace/memory/pr-tracking-list.md# Check PR status and checks
gh pr view <PR_NUMBER> --json statusCheckRollup,reviewDecision
# Common check statuses:
# - SUCCESS: All good
# - FAILURE: Needs immediate fixing
# - PENDING: Still running
# - NEUTRAL: Non-blocking (like coverage)
Thanks for the review!
For [specific comment]:
- [Action taken or explanation]
- [Technical justification if disagreeing]
I've [implemented the change / pushed an update / clarified the approach] in [commit reference].
Let me know if you need any additional changes!
npm run lint -- --fix locally first.editorconfig and style guide