breaking-change-check Skill
Use when adding, removing, or changing any public API surface in this repo (method signatures, class members, interface members, enum values, constructor parameters, or serialization behavior). Guides a systematic backward-compatibility check before committing. Published by microsoft in durabletask-dotnet.
What is breaking-change-check Skill?
Use when adding, removing, or changing any public API surface in this repo (method signatures, class members, interface members, enum values, constructor parameters, or serialization behavior). Guides a systematic backward-compatibility check before committing. Published by microsoft in durabletask-dotnet. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using durabletask-dotnet
Technical details
- Install or run with Copy skill directory
When to use breaking-change-check Skill
- Use it for developers using durabletask-dotnet.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/durabletask-dotnet
- Skill file: .github/skills/breaking-change-check/SKILL.md
What it does
Use when adding, removing, or changing any public API surface in this repo (method signatures, class members, interface members, enum values, constructor parameters, or serialization behavior). Guides a systematic backward-compatibility check before committing.
Skill instructions
Breaking Change Safety Check When to Use Invoke this skill whenever you are about to: - Remove or rename a public or protected method, property, class, or interface - Change a method signature (parameter types, return type, parameter count, optionality) - Change a public enum value or add a new value to a [Flags] enum - Change a default value that affects serialization or wire behavior - Modify TaskOrchestrationContext, TaskActivityContext, DurableTaskClientOptions, or DurableTaskWorkerOptions Step 1 — Identify the Changed API Surface Read the file containing the change. List every public or protected member being modified. For each, determine: is this member shipped in a Microsoft.DurableTask. NuGet package? To decide this, inspect src/<area/<area.csproj and our build/CI configuration: look for NuGet packaging metadata (such as <PackageId, IsPackable, GeneratePackageOnBuild, or inclusion in a packing target or release artifact). If the project is packed into a Microsoft.DurableTask. N
Explore related resources
Frequently asked questions
What is breaking-change-check?
breaking-change-check is a open-source AI agent skill with Copy skill directory. Use when adding, removing, or changing any public API surface in this repo (method signatures, class members, interface members, enum values, constructor parameters, or serialization behavior).
Who is breaking-change-check best for?
breaking-change-check is best for reusing agent instructions, scripts, and references.
How do I install breaking-change-check?
Install or run breaking-change-check using Copy skill directory. Check breaking-change-check for the latest setup command.
Is breaking-change-check actively maintained?
breaking-change-check may need a closer maintenance check before production use.
Auto-fetched from GitHub.