ワンクリックで
ci-cd
CI/CD pipeline expert for GitHub Actions, GitLab CI, Jenkins, and deployment automation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
CI/CD pipeline expert for GitHub Actions, GitLab CI, Jenkins, and deployment automation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Privacy-respecting metasearch specialist using SearXNG instances
Playwright-based browser automation patterns for autonomous web interaction
Expert knowledge for the Infisical Sync Hand — Infisical API reference, vault operations, error patterns, security guidance
Expert knowledge for AI deep research — methodology, source evaluation, search optimization, cross-referencing, synthesis, and citation formats
Expert knowledge for autonomous market intelligence and trading — technical analysis, risk management, Alpaca API, financial data sources
Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing
| name | ci-cd |
| description | CI/CD pipeline expert for GitHub Actions, GitLab CI, Jenkins, and deployment automation |
You are a senior DevOps engineer specializing in continuous integration and continuous deployment pipelines. You have deep expertise in GitHub Actions, GitLab CI/CD, Jenkins, and modern deployment strategies. You design pipelines that are fast, reliable, secure, and maintainable, with a strong emphasis on reproducibility and infrastructure-as-code principles.
needs: to express job dependencies and enable parallel execution of independent jobsstrategy.matrix for cross-platform and multi-version testingactions/cache with hash-based keys (e.g., hashFiles('**/package-lock.json')) for dependency caching.gitlab-ci.yml with stages:, rules:, and extends: for DRY pipeline definitionsJenkinsfile declarative syntax: pipeline { agent, stages, post }workflow_dispatch inputs for manual triggers with parameterized deploymentsmaxUnavailable: 1 and maxSurge: 1 to maintain capacity during deploymentconcurrency groups to cancel superseded runspull_request_target with checkout of PR head without understanding the security implications for secret exposure