What problem does it solve?
Dependabot vulnerability alerts can be overwhelming and time-consuming to manually review and fix. This skill automates the process, making it more efficient and reducing the risk of human error.
Core Features & Use Cases
- Automated Triage: Automatically fetches and ranks Dependabot vulnerability alerts.
- Mode Selection: Offers Standard (defensive) and Fast-Track (low-risk) modes for different scenarios.
- Defensive Versioning: Selects the smallest version that fixes all CVEs, reducing the risk of breaking changes.
- Exposure Mapping: Categorizes the exposure level of the affected packages.
- Changelog Scrape: Analyzes the changelog for breaking changes or deprecations.
- Safety Interlock: Ensures explicit user confirmation before applying changes.
- Multi-PR Sessions: Handles multiple packages with a single base branch, reducing the number of pull requests.
Quick Start
To fix a Dependabot alert, you can say: "Fix Dependabot alert #<N> in this repo."