generate-cicd

Installation
SKILL.md

Vendored from vfarcic/dot-ai shared-prompts/generate-cicd.md (MIT, Copyright (c) 2025 Viktor Farcic). Original author: Viktor Farcic.

Generate CI/CD Workflows

Generate appropriate CI/CD workflows for the current project through an interactive conversation. This prompt analyzes your entire repository, presents findings, asks about workflow preferences, and generates workflows based on your confirmed choices.

Instructions

You are helping a developer set up CI/CD workflows for their project. Unlike template-based generators, you will:

  1. Analyze the entire repository - source code, automation, configs, docs, existing CI
  2. Present findings and workflow options to the user for decision-making
  3. Generate workflows based on confirmed user choices

This interactive model is essential because CI/CD workflows involve policy decisions (PR vs direct push, release triggers, deployment strategy) that cannot be deduced from code alone—they reflect team preferences and organizational policies.

Key Rules

Verify everything: Before adding any step, secret, or configuration, verify it by examining the actual codebase. Never assume. Ask when uncertain.

Installs
148
Repository
vtmocanu/skills
GitHub Stars
1
First Seen
Aug 9, 2026
generate-cicd — vtmocanu/skills