renovate-check

Evaluate Renovate dependency update PRs and generate Japanese assessment reports.

1|Updated Jul 15, 2023
One-click install
npx skills add https://github.com/shimabukuromeg/meshipiyo --skill renovate-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: renovate-check
Source: https://github.com/shimabukuromeg/meshipiyo/tree/main/.claude/skills/renovate-check
Command: npx skills add https://github.com/shimabukuromeg/meshipiyo --skill renovate-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Renovate が作成した依存関係更新 PR を包括的に分析し、日本語でレポートを作成します。

Core Features & Use Cases

  • PR 情報の取得: PR のタイトル、本文、ファイル変更を取得し、更新内容を把握します。
  • バージョン変更の判定: セマンティックバージョニングに基づいて Major/Minor/Patch を識別します。
  • 変更点の調査: GitHub releases や CHANGELOG を参照して変更点を要約します。
  • 本リポジトリでの影響範囲の特定: プロジェクト内の影響箇所を grep 等で特定します。
  • レポート生成: 日本語で詳細レポートを作成し、PR コメントの準備をします。
  • Use Case: Renovate PR URL を渡して、影響範囲と推奨マイグレーション手順を含むレポートを取得します。

Quick Start

Renovate PR の URL を渡してレポートを生成します。例えば: gh pr view <PR_URL> --json title,body,files,headRefName,baseRefName,additions,deletions

Frequently Asked Questions about renovate-check

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

FAQPage Schema
How do I analyze Renovate dependency update PRs for breaking changes?

Renovate-check evaluates dependency update PRs by analyzing semantic versioning impact (Major, Minor, Patch), extracting release notes and changelogs, identifying breaking changes, and generating a detailed assessment of migration considerations and cross-package compatibility to guide safe updates.

Can I get a structured report on which files in my project are affected by a dependency update?

Yes. The Skill extracts PR metadata, determines the version-change type, identifies affected files and dependencies within your project, and produces a reviewer-ready report summarizing scope and impact in Japanese.

What information does the Skill extract from a Renovate PR?

The Skill retrieves PR title, body, file changes, additions, and deletions, then combines this with semantic versioning analysis and changelog review to provide comprehensive context for evaluating update safety and compatibility.

How does semantic versioning help evaluate Renovate updates?

Semantic versioning (Major, Minor, Patch) signals the scope of change: Major indicates breaking changes requiring careful review, Minor adds backward-compatible features, and Patch applies bug fixes with minimal risk, allowing reviewers to prioritize effort.

Can I use this Skill to check compatibility across multiple interdependent packages?

Yes. The Skill analyzes cross-package compatibility as part of its assessment, identifying potential conflicts between updated dependencies and helping you evaluate migration steps needed to maintain project stability.