Автоматический code review с публикацией в GitHub PR
★ 7.1 · vibe-coding
post-code-review-to-pr is a Claude Code skill that runs a full pull request review and posts the results directly to GitHub as PR comments or a formal review. It relies on gh CLI and jq to collect PR metadata, invokes the /code-review skill to perform the analysis (which writes its report to a file rather than printing it to the conversation), then passes the draft through a junior-developer agent to check wording clarity and severity accuracy before anything goes public. Posting behavior adapts to authorship: when the PR author matches the current user, the skill posts a plain PR comment, since GitHub rejects formal reviews from the PR's own author; otherwise it submits a formal review with REQUEST_CHANGES or COMMENT depending on whether CRIT or WARN findings exist. For local review without publishing to GitHub, use the code-review skill instead.