What problem does it solve?
This Skill streamlines the review of Renovate dependency upgrade pull requests by assessing safety, likely effort, and whether code changes are required before merging.
Core Features & Use Cases
- Automated PR Summaries: Extracts the upgraded package, previous and new versions, and classifies the upgrade as patch, minor, or major.
- Risk & Impact Analysis: Searches the codebase for imports/usages, checks CI status, and estimates affected files to determine risk and recommended actions.
- Reviewer Assistance & Automation: Produces a structured markdown assessment and can optionally post the assessment as a GitHub PR comment when requested.
- Use Case: Quickly evaluate a Renovate PR upgrading an NPM package to determine if it can be merged safely or requires code changes.
Quick Start
Run renovate-review with the PR number and optional --comment flag to generate and optionally post the dependency upgrade assessment.