aif-ci
Installation
SKILL.md
CI — Pipeline Configuration Generator
Analyze a project and generate production-grade CI/CD pipeline configuration for GitHub Actions or GitLab CI. Generates separate jobs for linting, static analysis, tests, and security scanning — adapted to the project's language, framework, and existing tooling.
Three modes based on what exists:
| What exists | Mode | Action |
|---|---|---|
| No CI config | generate |
Create pipeline from scratch with interactive setup |
| CI config exists but incomplete | enhance |
Audit & improve, add missing jobs |
| Full CI config | audit |
Audit against best practices, fix gaps |
Step 0: Load Project Context
Read the project description if available: