Update the CHANGELOG.md files of C# projects. Parameters: cs_root C# SDK repository root.
49
53%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./sdk/ai/.github/skills/azure-ai-projects-update-changelog/SKILL.mdThis 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/.
Get the differences by running
cd <cs_root>
git diffcd <cs_root>
git diffFigure 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).
fef8881
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.