ci-generate
Installation
SKILL.md
CI/CD Pipeline Generator
Generate production-ready CI/CD pipeline configurations with auto-detected project stack, current best practices, and comprehensive stages (lint, test, build, security scan, deploy).
Pipeline to Generate
Parse the arguments passed to this skill invocation (platform, --deploy, --monorepo): see Phase 0 below.
Anti-Hallucination Guidelines
CRITICAL: Pipeline configurations must match ACTUAL project tooling:
- Discover before generating - Never assume package managers, test runners, or build tools
- Verify commands exist - Check
package.jsonscripts,Makefiletargets,pyproject.tomlscripts before referencing them - Match real versions - Use actual language/runtime versions from project config files (
.node-version,.python-version,pyproject.toml, etc.) - No phantom dependencies - Only include services (Redis, PostgreSQL, etc.) confirmed in project dependencies
- Platform-specific syntax - Each CI platform has distinct YAML structure; never mix syntax between platforms