csharp-sdk
Automate releases, version bumps, and issue triage for the C# MCP SDK
All Skills in This Repository (7)
Pure Emerald Level Indicatorsbreaking-changes
Analyze pull requests in the C# MCP SDK for API and behavioral breaking changes.
publish-release
Regenerate GitHub release drafts with current PRs and impact assessments.
issue-triage
Analyzes GitHub issues for SLA violations, safety concerns, and duplicates, producing a markdown report.
bump-version
Automate Semantic Versioning assessment and PR-based SDK version bumps via gh CLI.
prepare-release
Prepares C# MCP SDK releases with SemVer assessment, ApiCompat validation, and release PRs.
run-conformance-from-branch
Runs MCP conformance tests in the C# SDK against unpublished conformance branches from GitHub.
verify-release
Verify published C# MCP SDK releases across GitHub workflows, NuGet.org, and the docs site.
Frequently Asked Questions
FAQPage SchemaHow to install csharp-sdk skills?โผ
Run `npx skills add modelcontextprotocol/csharp-sdk --all -g -y` in your terminal to install all skills in this suite globally.
How to prepare a release for the C# MCP SDK?โผ
The prepare-release skill assesses the SemVer level, bumps the version, runs API compatibility checks, drafts release notes, and opens a release pull request for your review.
How to audit pull requests for breaking changes?โผ
The breaking-changes skill examines every PR in a commit range, classifies API and behavioral breaks, and reconciles breaking-change labels with your confirmation.
Can AI triage open GitHub issues automatically?โผ
Yes. The issue-triage skill fetches all open issues, checks SLA compliance, flags urgent bugs, and produces a prioritized report without modifying anything in the repository.
Do these skills work with Claude Code and other AI agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, OpenClaw, Cursor, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core