update-nuget-packages

Automate NuGet package version checks, updates, and release workflows.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/LeeSanderson/OpinionatedDotNetCodingStandards --skill update-nuget-packages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-nuget-packages
Source: https://github.com/LeeSanderson/OpinionatedDotNetCodingStandards/tree/main/.claude/skills/update-nuget-packages
Command: npx skills add https://github.com/LeeSanderson/OpinionatedDotNetCodingStandards --skill update-nuget-packages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of checking for newer versions of NuGet packages, updating them, creating and extending PRDs, issuing test coverage for new rules, and releasing the updated packages end-to-end.

Core Features & Use Cases

  • Automated Version Checks: Detect newer versions of NuGet packages and update them.
  • Release Workflow Automation: Automate the creation of PRDs, issue generation, and release actions including PR creation and auto-merge, tagging, and publishing to NuGet.org.
  • Use Case: Use this Skill to maintain a set of analyzers and ensure that all updates are automatically handled, from the initial version check to the final release and package publication.

Quick Start

Run the 'update-nuget-packages' skill to start the automated release process for the analyzer packages.

Frequently Asked Questions about update-nuget-packages

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

FAQPage Schema
How do I automate NuGet package updates and release workflows for continuous integration?

Automate NuGet package updates and release workflows by detecting newer versions, generating PRDs, creating test coverage, and publishing updated packages to NuGet.org through an end-to-end automated lifecycle.

What is the process for releasing updated NuGet analyzer packages end-to-end?

Releasing updated NuGet analyzer packages end-to-end involves automated version checks, PRD creation, test coverage generation, PR creation, auto-merging, tagging, and publishing to NuGet.org.

Can I use this automation to maintain a set of development libraries and analyzers?

Yes, you can maintain a set of development libraries and analyzers by automatically handling all package updates from the initial version check to the final release and publication on NuGet.org.

How do I create and extend PRDs when updating NuGet packages?

Create and extend PRDs when updating NuGet packages by running the skill to automate PRD creation, issue generation for new rules, test coverage issuance, and pull request creation throughout the release lifecycle.

Does the release automation handle publishing packages directly to NuGet.org?

Yes, the release automation handles publishing packages directly to NuGet.org by automating PR creation, auto-merging, tagging, and final package publication as part of the end-to-end workflow.

When should I use automated release workflows for NuGet package version updates?

Use automated release workflows for NuGet package version updates in continuous integration scenarios where you maintain analyzers and development libraries, ensuring updates are handled without manual intervention.