dependency-update

Find NuGet package versions, trigger Azure DevOps pipelines, and monitor updates.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/sast-playground/aspire --skill dependency-update-sast-playground
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-update
Source: https://github.com/sast-playground/aspire/tree/main/.github/skills/dependency-update
Command: npx skills add https://github.com/sast-playground/aspire --skill dependency-update-sast-playground

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Azure.Identity, Microsoft.VisualStudio.Services.Client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of finding and updating NuGet package versions, triggering the dotnet-migrate-package Azure DevOps pipeline, and monitoring the runs for dependency updates.

Core Features & Use Cases

  • Version Update Discovery: Identifies the latest versions of external NuGet packages from nuget.org.
  • Pipeline Triggering: Triggers the dotnet-migrate-package Azure DevOps pipeline to update package versions.
  • Monitoring: Monitors the pipeline runs to ensure successful completion.
  • Use Case: Ideal for updating external NuGet dependencies in a .NET project to the latest stable versions.

Quick Start

Use the dependency-update skill to update the 'Hex1b' package to the latest version.

Frequently Asked Questions about dependency-update

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

FAQPage Schema
How do I automate NuGet package version updates in Azure DevOps?

You can automate NuGet package updates by using this Skill to search nuget.org for the latest versions, trigger the dotnet-migrate-package Azure DevOps pipeline, and monitor the runs for successful dependency updates.

What is the process for monitoring Azure DevOps pipeline runs for dependency updates?

Monitoring Azure DevOps pipeline runs for dependency updates requires triggering the dotnet-migrate-package pipeline and tracking its execution status to verify successful NuGet package version updates.

Do I need Azure CLI and Azure DevOps credentials to trigger pipeline automation?

Yes, Azure CLI and Azure DevOps credentials are required for authentication to trigger pipeline automation and monitor the NuGet package update runs successfully.

Can I use this to update external NuGet dependencies in a .NET project to the latest stable versions?

Yes, you can update external NuGet dependencies in a .NET project to the latest stable versions by discovering updates on nuget.org and triggering the Azure DevOps pipeline.

What's the best way to find the latest versions of external NuGet packages from nuget.org?

The best way to find the latest versions of external NuGet packages from nuget.org is to use this Skill's version update discovery feature to identify the latest stable releases and automate the update pipeline.