skills/sirn/dotfiles/code-config-ci

code-config-ci

SKILL.md

Configure, debug, and optimize CI/CD pipelines.

Process

  1. Identify context:

    • Identify the CI provider (GitHub Actions, GitLab CI, Jenkins, etc.)
    • Locate the config files (.github/workflows/*.yml, .gitlab-ci.yml, etc.)
  2. Research and analyze:

    • Lookup latest syntax/versions for the CI provider (use WebSearch/WebFetch)
    • Check pipeline configuration for secret leaks, script injection, and insecure permissions
  3. Execute based on goal:

    • New Pipeline: Generate a standard pipeline (Lint -> Test -> Build -> Deploy)
    • Debug: Analyze logs (via WebFetch if URL provided) or error descriptions to fix steps
    • Optimize: Suggest caching strategies, parallelism, or container optimization

Output

  1. Pipeline Configuration (YAML/Groovy content)
  2. Security Checks (Permissions, Secrets usage)
  3. Optimization Notes (Cache keys, Docker image sizes)
Weekly Installs
17
Repository
sirn/dotfiles
GitHub Stars
8
First Seen
Mar 3, 2026
Installed on
gemini-cli17
github-copilot17
codex17
kimi-cli17
amp17
cline17