ci

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/ci - CI/CD Pipeline Management

$ARGUMENTS

What This Command Does

Generate, update, or troubleshoot CI/CD pipeline configuration based on project type.

Project context

  • CI config: !cat .github/workflows/*.yml 2>/dev/null || cat .gitlab-ci.yml 2>/dev/null || echo "no-ci"

CI Detection Script

Detect CI platform and analyze configuration:

python3 scripts/ci-detect.py [directory]
Installs
7
GitHub Stars
175
First Seen
May 16, 2026
ci — softspark/ai-toolkit