renovate-review

Review and validate Renovate dependency PRs with CI checks and verdicts.

35|9|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Appsilon/mediforce --skill renovate-review-appsilon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: renovate-review
Source: https://github.com/Appsilon/mediforce/tree/main/skills/renovate-review
Command: npx skills add https://github.com/Appsilon/mediforce --skill renovate-review-appsilon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing Renovate dependency PRs to ensure updates are safe, tested, and aligned with codebase policies.

Core Features & Use Cases

  • Assess risk, run tests, fix simple issues, and provide clear recommendations (MERGE, HOLD, CLOSE) for Renovate PRs.
  • Group PRs by ecosystem (React, Radix UI, Firebase, Testing, Build) to test together and reduce integration risk.
  • Support batch review of all open PRs or single PR review with a dedicated command.

Quick Start

Run /renovate-review to review all open Renovate PRs, or /renovate-review <PR_NUMBER> to review a specific PR.

Frequently Asked Questions about renovate-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review Renovate dependency PRs to reduce CI risk?

You can review Renovate dependency PRs by running the /renovate-review command to assess risk, run tests, and get clear recommendations like MERGE, HOLD, or CLOSE to keep your CI safe.

Can I batch review all open Renovate PRs grouped by ecosystem?

Yes, you can batch review all open Renovate PRs by running /renovate-review, which groups updates by ecosystem such as React, Radix UI, Firebase, Testing, and Build to test together and reduce integration risk.

How do I audit a specific Renovate pull request for migration issues?

To audit a specific pull request, run /renovate-review followed by the PR number to validate the update, apply CI checks, and generate clear verdicts with migration notes when needed.

What is the best way to automate dependency PR triage for React and Firebase updates?

Automating dependency PR triage is best handled by running deterministic workflows that assess risk and run tests across grouped ecosystems like React and Firebase, proposing actions to ensure updates are safe and aligned with codebase policies.

Does the Renovate PR review process work without external dependencies?

Yes, the Renovate PR review process works without external dependencies, using command-based usage to enforce deterministic workflows, apply CI checks, and validate updates across supported ecosystems.