dotnet-add-ci

Detect GitHub Actions or Azure DevOps and generate CI/CD workflow templates for .NET projects.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rudironsoni/dotnet-agent-harness --skill dotnet-add-ci-rudironsoni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-add-ci
Source: https://github.com/rudironsoni/dotnet-agent-harness/tree/main/.rulesync/skills/dotnet-add-ci
Command: npx skills add https://github.com/rudironsoni/dotnet-agent-harness --skill dotnet-add-ci-rudironsoni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of adding Continuous Integration and Continuous Deployment (CI/CD) workflows to new or existing .NET projects, streamlining the development lifecycle.

Core Features & Use Cases

  • Platform Detection: Automatically identifies whether the project is hosted on GitHub Actions or Azure DevOps.
  • Workflow Generation: Creates starter CI/CD workflow files tailored to the detected platform, including build, test, and pack steps.
  • Use Case: When starting a new .NET project, use this Skill to quickly set up a robust CI pipeline that automatically builds and tests your code on every commit.

Quick Start

Add a starter CI/CD workflow to the current .NET project.

Frequently Asked Questions about dotnet-add-ci

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

FAQPage Schema
How do I add CI/CD workflows to a .NET project?

This Skill adds CI/CD workflows to .NET projects by detecting your hosting platform, GitHub Actions or Azure DevOps, and generating appropriate workflow templates with build, test, and pack steps for common project structures.

Does the workflow generation support both GitHub Actions and Azure DevOps?

Yes, the workflow generation supports both GitHub Actions and Azure DevOps by automatically detecting your project's hosting platform and creating the appropriate starter CI/CD pipeline configuration files.

What do I need to set up before generating .NET CI/CD pipelines?

For optimal results when generating .NET CI/CD pipelines, you should run the dotnet-version-detection and dotnet-project-analysis skills first to ensure the workflow templates match your specific project structure.

What build operations are included in the generated .NET CI/CD templates?

The generated .NET CI/CD templates include build, test, and pack operations, providing a starter pipeline that automatically compiles and validates your code on every commit.

When should I use an automated CI/CD template for .NET projects?

You should use an automated CI/CD template when starting a new .NET project or streamlining an existing one, allowing you to quickly set up a robust pipeline that builds and tests your code automatically.