
Review Pull Request
from claude-skill-registry180
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
What it does
The Review Pull Request skill automates a thorough code review workflow for GitHub pull requests. Given a PR identifier, it fetches metadata and diffs, creates an isolated worktree, checks CI and lint results, inspects dependency changes (pyproject.toml), analyzes related issues, evaluates test coverage, and produces a structured review verdict. The skill emphasizes actionable findings and reviewer-focused recommendations rather than verbatim code dumps.
When to use it
Use this skill when you need a comprehensive, repeatable PR review — for maintainers handling incoming contributions, release engineering, or when triaging complex PRs that touch dependencies, tests, or public APIs. It is especially useful when you want parallel data collection (diffs, checks, issues) and an audit-style final report.
What's included
- Scripts: the skill expects integration with
ghand local helper scripts (e.g., dependency checker, worktree creation). No bundled scripts are included in the SKILL.md file itself. - References: none bundled.
- Instructions: a detailed, step-by-step procedure covering worktree creation, CI/lint collection, dependency checking, code and test analysis, documentation checks, and verdict composition.
Compatible agents
Agents with access to a local git workspace, the GitHub CLI (gh), and the ability to run shell scripts (maintainer tooling agents, dev-focused assistants) are ideal. The skill assumes the ability to create and operate inside an isolated worktree and to run repository-local tooling.
Tags
Information
- Repository
- claude-skill-registry
- Stars
- 180
- Installs
- 0