triage-dependabot-pr

Analyzes a Dependabot pull request and stages a local markdown review comment.

9|2|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/app-vitals/shipwright --skill triage-dependabot-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-dependabot-pr
Source: https://github.com/app-vitals/shipwright/tree/main/plugins/shipwright/skills/triage-dependabot-pr
Command: npx skills add https://github.com/app-vitals/shipwright --skill triage-dependabot-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill replaces manual Dependabot pull request triage with a repeatable local workflow that gathers context, judges risk, and prepares a review recommendation without posting anything to GitHub.

Core Features & Use Cases

  • PR Context Gathering: Pulls the PR title, body, changed files, branch name, and recent workflow status so you can review the update in one place.
  • Risk Classification: Distinguishes safe patch and minor bumps from major or security-relevant changes, helping you decide whether to merge, review, or hold.
  • Local Review Staging: Writes a patrol-style markdown comment into the state directory and updates the review JSON for later processing.
  • Use Case: When a Dependabot PR bumps a production dependency, this Skill helps you quickly decide whether it is safe to merge or needs a closer look.

Quick Start

Use the triage-dependabot-pr skill to analyze Dependabot PR 42 in the current repository and stage the local review comment.

Frequently Asked Questions about triage-dependabot-pr

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

FAQPage Schema
How do I triage Dependabot pull requests locally without posting comments to GitHub?

You can triage Dependabot pull requests locally by using GitHub CLI to pull PR metadata, changed files, and CI runs, then writing a staged markdown comment and updating triage JSON without posting to GitHub.

What is the best way to assess the risk of a Dependabot dependency bump before merging?

Risk assessment for a Dependabot dependency bump involves comparing PR metadata, changed files, and recent workflow status to distinguish safe patch and minor bumps from major or security-relevant changes before deciding to merge.

Does triaging Dependabot PRs require the GitHub CLI and local state files?

Yes, triaging Dependabot PRs requires the GitHub CLI and local state files to classify the update, write a staged markdown comment, and update the triage JSON for review or merge decisions.

Can I classify Dependabot updates by risk level using a local code review workflow?

Yes, you can classify Dependabot updates by risk level in a local code review workflow by analyzing PR context and CI status to categorize changes as safe patches, minor bumps, or major security-relevant updates.

How do I stage a review comment for a Dependabot PR for later processing?

To stage a review comment for a Dependabot PR, the workflow writes a patrol-style markdown comment into the state directory and updates the review JSON, keeping the recommendation local until you are ready to process it.

What context should I gather to review a Dependabot PR that bumps a production dependency?

To review a Dependabot PR bumping a production dependency, gather the PR title, body, changed files, branch name, and recent workflow status to quickly decide whether the update is safe to merge or needs a closer look.