ワンクリックで
ci-cd
Playbook for setting up CI/CD pipelines, automating linting, testing, building, caching, and staging release gates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Playbook for setting up CI/CD pipelines, automating linting, testing, building, caching, and staging release gates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Playbook for capturing design alignment from /grill-me, generating issue specifications, and managing task boards.
Playbook instructing agents how to dynamically formulate, design, bootstrap, and register new workspace skills when facing skill gaps.
Playbook for translating natural language requests about tasks, profiles, locking, and validation into CLI helper executions.
Playbook for writing safe database migrations, managing schema evolutions, executing reversible rollbacks, and avoiding table lock contention in enterprise environments.
Guidelines for CPU profiling, identifying database query bottlenecks (N+1 queries), diagnosing memory leaks, and optimizing resource execution speeds.
Guidelines for containerization (Dockerfile best practices), release versioning, blue-green deployment, feature flag rollouts, and post-deployment smoke verification.
SOC 職業分類に基づく
| name | ci-cd |
| description | Playbook for setting up CI/CD pipelines, automating linting, testing, building, caching, and staging release gates. |
This playbook defines best practices, reusable workflows, and optimization strategies for establishing Continuous Integration and Continuous Deployment (CI/CD) pipelines.
Every enterprise CI/CD pipeline should implement the following stages in sequence:
npm audit, pip-audit, Trivy, Bandit).Pipeline execution time directly impacts developer velocity. Always implement dependency caching.
~/.npm and node_modules.- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # built-in pip caching
${{ secrets.GITHUB_TOKEN }})../helper.sh validate or npm run test).