Dotnet Github Releases
Automates fetching and parsing .NET project release notes directly from GitHub releases via API calls.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dotnet-github-releases npx -- -y @trustedskills/dotnet-github-releases
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dotnet-github-releases": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dotnet-github-releases"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with GitHub repositories and retrieve information about releases. Specifically, it can fetch release details like version numbers, descriptions, asset URLs, and publication dates. It leverages the .NET SDK for interacting with the GitHub API, enabling programmatic access to release data.
When to use it
- Automated Release Notes Generation: Automatically generate release notes by retrieving information from a repository's releases.
- Dependency Management: Check for new versions of dependencies hosted on GitHub repositories.
- Release Verification: Verify the existence and details (e.g., asset URLs) of specific releases in a project.
- Automated Deployment Pipelines: Trigger deployment processes based on release events or information retrieved from GitHub Releases.
Key capabilities
- Retrieves release data from GitHub repositories.
- Parses release version numbers.
- Fetches descriptions and asset URLs for releases.
- Provides access to publication dates of releases.
- Uses the .NET SDK for GitHub API interaction.
Example prompts
- "Get the latest release details for repository 'owner/repo'."
- "What is the version number of the most recent release in 'owner/repo'?"
- "List all assets associated with release 'v1.2.3' from 'owner/repo'."
Tips & gotchas
- Requires a GitHub API token for authentication, which should be securely managed by the AI agent platform.
- The skill relies on the availability and stability of the GitHub API; rate limits may apply.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.