Ревью PR от внешних контрибьюторов
★ 7.4 · code-review-automation
Contributor PR Review is a Claude Code skill that evaluates external pull requests for security, code quality, and merge readiness by combining GitHub CLI data with findings from automated review bots. Reach for it when you need to safely assess an outside contributor's PR without missing malicious changes to workflows or CLAUDE.md, when you want to know whether the modified code is covered by tests, or when you need to gauge the contributor's experience and check that the diff matches the stated intent. The skill calls `gh pr view`, `gh api`, and `grep` to pull PR metadata, per-file statistics, and both review-body and inline comments from Codex and CodeRabbit bots; it also scans for risky patterns such as `.github/` edits using `pull_request_target` or unexpected `.claude/` modifications. Results include a structured test-coverage summary, PR size rating, and contributor experience assessment. Takes a PR number as its sole argument. Direction is inbound external contributions, not internal team changes — for those, general code-review skills in the catalog are a better fit. Works specifically against the homeassistant-ai/ha-mcp repository and requires a GitHub CLI session with appropriate repository permissions.
- #pr-review
- #security-review
- #contribution-review
- #test-coverage
- #code-quality