code-config-ci

Configure, debug, and optimize CI/CD pipelines.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-config-ci" with this command: npx skills add sirn/dotfiles/sirn-dotfiles-code-config-ci

Configure, debug, and optimize CI/CD pipelines.

Process

Identify context:

  • Identify the CI provider (GitHub Actions, GitLab CI, Jenkins, etc.)

  • Locate the config files (.github/workflows/*.yml , .gitlab-ci.yml , etc.)

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

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

  • Pipeline Configuration (YAML/Groovy content)

  • Security Checks (Permissions, Secrets usage)

  • Optimization Notes (Cache keys, Docker image sizes)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-explain

No summary provided by upstream source.

Repository SourceNeeds Review
16-sirn
Coding

code-quality

No summary provided by upstream source.

Repository SourceNeeds Review
16-sirn
Coding

code-plan

No summary provided by upstream source.

Repository SourceNeeds Review
16-sirn
Coding

code-generate-document

No summary provided by upstream source.

Repository SourceNeeds Review
15-sirn