mcpbeat

Update Changelog

azure/update-changelog

Update the CHANGELOG.md files of C# projects. Parameters: cs_root C# SDK repository root.

243 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
6033
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Azure/azure-sdk-for-net --skill update-changelog

The instruction itself

2 sections, as written by the author

Basic information.

This skill requires one parameter <cs_root>, denoting the root of a C# repository. The C# projects contain three CHANGELOG.md file in <cs_root>/sdk/ai/Azure.AI.Projects/, <cs_root>/sdk/ai/Azure.AI.Projects.Agents/, and <cs_root>/sdk/ai/Azure.AI.Extensions.OpenAI/.

Instructions

Get the differences by running

cd <cs_root>
git diff
cd <cs_root>
git diff

Figure out, which classes are public facing and based on that populate the latest section of Release History. Append the found changes to the ### Features Added, ### Breaking Changes, ### Bugs Fixed or ### Other Changes section. It is also possible to add ### Sample Updates section or append data to it. Do not modify the header, denoting version and release date, for example ## 2.1.0-beta.2 (Unreleased).

How to use it

Copy the folder

Take azure/update-changelog from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.