ln-732-cicd-generator

Generate GitHub Actions CI workflows for .NET or Python projects.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-732-cicd-generator-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-732-cicd-generator
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/ln-732-cicd-generator
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill ln-732-cicd-generator-mcauduro0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of essential CI/CD pipelines for GitHub projects, ensuring consistent testing and validation.

Core Features & Use Cases

  • Automated Workflow Generation: Creates .github/workflows/ci.yml based on project stack (Python or .NET).
  • Stack Detection: Automatically identifies project type and necessary build/test commands.
  • Use Case: When starting a new backend project with Python and a frontend with React, this Skill generates a complete CI workflow that handles linting, testing, building, and Docker image creation.

Quick Start

Use the ln-732-cicd-generator skill to create a CI workflow for a new .NET backend project.

Frequently Asked Questions about ln-732-cicd-generator

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

FAQPage Schema
How do I generate a GitHub Actions CI workflow for a Python backend project?

To generate a GitHub Actions CI workflow for Python, this Skill automatically detects your project stack and creates a `.github/workflows/ci.yml` file. This configuration manages automated testing, linting, and dependency caching to ensure reproducible builds.

Can I automatically create CI workflows for both .NET backend and React frontend applications?

Yes, you can generate CI workflows for mixed .NET backend and React frontend applications. The workflow generation automatically identifies your project types and includes the necessary build, test, linting, and Docker image creation steps.

What is the best way to ensure reproducible builds in GitHub Actions CI pipelines?

The best way to ensure reproducible builds in GitHub Actions CI pipelines is by using dependency caching and pinned action versions. This Skill automatically handles both when generating your CI workflow configuration.

Does GitHub Actions CI workflow generation support Docker image creation?

Yes, GitHub Actions CI workflow generation supports Docker image creation. When generating the configuration file, it includes the necessary steps to build Docker images alongside linting, testing, and building your application.

How does automated stack detection work when creating CI workflows?

Automated stack detection works by analyzing your project files to identify the programming language and frameworks used. It then determines the appropriate build and test commands needed for your .NET or Python backend and frontend applications.