Отклонение pull request с запросом изменений
★ 7.5 · github-automation
reject-pr is a Claude Code skill that rejects the pull request for the currently checked-out branch by posting a change-request review and clearing the READY label. It is designed to run immediately after review-pr in the same conversation: it takes the review report verbatim, prepends an author mention, and writes it to /tmp/reject-pr-<N>.md to avoid shell-quoting issues with backticks and special characters. Three actions follow via gh CLI: posting the review body, setting the PR to "changes requested" status, and removing the READY label if present. If the PR is self-authored and GitHub blo
- #pull-request
- #github
- #code-review
- #rejection
- #automation