dotnet-add-ci

Generate starter CI/CD workflows for .NET projects on GitHub Actions or Azure DevOps.

10|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/AGIBuild/Agibuild.Fulora --skill dotnet-add-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-add-ci
Source: https://github.com/AGIBuild/Agibuild.Fulora/tree/main/.cursor/skills/dotnet-add-ci
Command: npx skills add https://github.com/AGIBuild/Agibuild.Fulora --skill dotnet-add-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the initial setup of Continuous Integration and Continuous Deployment (CI/CD) pipelines for .NET projects, reducing the manual effort and potential for error in configuring build and test workflows.

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 steps for restoring dependencies, building, testing, and optionally packing NuGet packages.
  • Use Case: When starting a new .NET project or onboarding an existing one, use this Skill to quickly establish a foundational CI pipeline that ensures code is built and tested automatically on every commit.

Quick Start

Use the dotnet-add-ci skill to add a starter GitHub Actions CI 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 a CI/CD workflow to my .NET project?

To add a CI/CD workflow to your .NET project, this Skill detects your hosting platform and generates a starter workflow file. It automatically configures steps for restoring dependencies, building, testing, and optionally packing NuGet packages.

Can I generate GitHub Actions workflows for .NET automatically?

Yes, you can generate GitHub Actions workflows for .NET automatically. The Skill detects the GitHub Actions environment and creates a tailored starter CI/CD template with platform-specific configurations for build and test operations.

Does this CI/CD generator support Azure DevOps for .NET builds?

Yes, this CI/CD generator supports Azure DevOps for .NET builds. It automatically detects the Azure DevOps platform and generates the appropriate pipeline template to build and test your project.

What steps are included in the starter .NET CI workflow?

The starter .NET CI workflow includes steps for restoring dependencies, building the project, running tests, and optionally packing NuGet packages. These operations are configured automatically based on your detected hosting platform.

What's the best way to automate build and test pipelines for a new .NET repository?

The best way to automate build and test pipelines for a new .NET repository is using this Skill to establish a foundational CI setup. It reduces manual effort by generating platform-specific starter workflows that build and test code on every commit.