원클릭으로
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).