Dotnet Gha Deploy

🌐Community
by novotnyllc · vlatest · Repository

Automates .NET application deployments to GitHub Actions using Novotny LLC's streamlined workflow for consistent releases.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dotnet-gha-deploy npx -- -y @trustedskills/dotnet-gha-deploy
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dotnet-gha-deploy": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dotnet-gha-deploy"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates deployments to GitHub Actions using a .NET application. It streamlines the process of building, testing, and deploying your .NET applications directly from your GitHub repository. The skill simplifies complex deployment workflows by handling common tasks such as variable substitution and artifact management within the GitHub environment.

When to use it

  • Deploying a new version of a .NET web API after code changes.
  • Automating the release process for a .NET console application.
  • Triggering deployments based on specific branches or tags in your Git repository.
  • Implementing continuous integration and continuous deployment (CI/CD) pipelines for .NET projects.

Key capabilities

  • GitHub Actions Integration
  • .NET Application Deployment
  • Variable Substitution
  • Artifact Management

Example prompts

  • "Deploy my .NET application to GitHub Actions."
  • "Run the deployment workflow for the 'main' branch."
  • "Trigger a release deployment based on tag 'v1.0'."

Tips & gotchas

This skill requires a properly configured GitHub repository with appropriate permissions granted to the AI agent. Ensure your .NET project is structured in a way that aligns with standard deployment practices for compatibility.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
novotnyllc
Installs
4

🌐 Community

Passed automated security scans.