Автоматическое ревью pull request в GitHub

★ 6.9 · code-review-automation

Review Code and Changes is a Claude Code skill that runs a full lead-reviewer analysis on the current branch or a specified PR in the wp-media/wp-rocket repository: it checks the diff against the issue spec, validates project standards, and then offers to post the findings to GitHub as inline comments plus a PR summary comment. Reach for it when you want a structured review before merging, when you need blockers and nice-to-haves surfaced automatically without manually reading the diff, or when you'd rather preview the report first and decide whether to publish it to GitHub. The skill accepts a PR number or URL as an argument; without one it resolves the PR from the current branch via `gh pr list`. It locates the linked issue, loads the grooming spec from `.TemporaryItems/Issues/wp-rocket/issues/<N>-spec.md` if available, then delegates to the `lead-reviewer` sub-agent and renders a Markdown report — findings table, blockers, nice-to-haves — directly in the response. Posting to GitHub requires explicit confirmation; the `<!-- ai-pipeline:lead-review -->` marker prevents duplicate comments on re-runs. The direction is inbound change analysis and recommendations, not automatic code fixing. Works for teams using wp-media/wp-rocket with gh CLI installed; not suited to arbitrary repositories without configuration changes.