一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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).