cck-ci-cd

Automate .NET CI/CD workflows across GitHub Actions and Azure DevOps.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/s205109/AHKFlowApp --skill cck-ci-cd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cck-ci-cd
Source: https://github.com/s205109/AHKFlowApp/tree/main/.claude/skills/cck-ci-cd
Command: npx skills add https://github.com/s205109/AHKFlowApp --skill cck-ci-cd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CI/CD pipelines for .NET applications can be error-prone and slow. This skill standardizes and automates build, test, publish, and deployment workflows across GitHub Actions and Azure DevOps to improve reliability, speed, and consistency.

Core Features & Use Cases

  • Standardized pipelines for build, test, publish, and deploy stages across .NET projects.
  • Cross-platform integration with GitHub Actions and Azure DevOps to support open source and enterprise workflows.
  • Guidance on common patterns, anti-patterns, and deployment strategies to reduce risk and manual steps.

Quick Start

Create a GitHub Actions workflow that builds the solution, runs tests, and deploys to staging.

Frequently Asked Questions about cck-ci-cd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate .NET CI/CD pipelines for multi-environment deployment?▼

Automate .NET CI/CD pipelines by defining standardized build, test, publish, and deploy stages in YAML. This enables multi-environment promotion and artifact management across target platforms.

Does this support both GitHub Actions and Azure DevOps for .NET applications?▼

Yes, it supports cross-platform integration with GitHub Actions and Azure DevOps. This allows you to standardize CI/CD workflows for both open source and enterprise .NET application scenarios.

What is the best way to structure a YAML pipeline definition for .NET builds?▼

The best way to structure YAML pipeline definitions is by following standardized patterns for build, test, and publish stages. This skill provides specific guidance on common patterns and anti-patterns to reduce deployment risk.

How do I handle NuGet packaging steps in Azure DevOps pipelines?▼

Handle NuGet packaging steps by incorporating them into your automated publish stages within Azure DevOps. The skill supports NuGet packaging configuration to ensure consistent artifact creation during deployment.

Can I get guidance on common anti-patterns when automating .NET deployments?▼

Yes, it includes guidance on common patterns and anti-patterns for .NET deployment strategies. This helps reduce manual steps and avoid risky configurations during build and deployment workflows.