원클릭으로
cicd-infra-init
Scaffold IaC directory with tiered structure (foundation/platform/app)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scaffold IaC directory with tiered structure (foundation/platform/app)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Flow: Auto - Full Issue Lifecycle in One Shot - Complete end-to-end workflow: start worktree → analyze issue → ELI5 plan + necessity gate → implement ...
Run quality checks (lint + test + typecheck + security) without committing
Flow: Finish - Quality Gates, Commit, Push, and Create PR - Run quality checks, commit changes, push the branch, and create a pull request.
Flow Commands - Streamlined worktree-based development workflow. No locks, no Redis - just git.
Flow: Merge PR and Clean Up - Merge the current branch's PR, then clean up the worktree and branch.
Diagnose flow workflow setup and environment
| name | cicd-infra-init |
| description | Scaffold IaC directory with tiered structure (foundation/platform/app) |
Generate a tiered IaC directory structure for your project.
PYTHONPATH="$CPP_DIR/lib:$PYTHONPATH" python3 -m lib.cicd infra-init --path "$(pwd)" --json
If no .claude/cicd.yml exists, ask the user for:
If .claude/cicd.yml exists with an infrastructure section, use those settings.
Generate the scaffold:
PYTHONPATH="$CPP_DIR/lib:$PYTHONPATH" python3 -m lib.cicd infra-init --path "$(pwd)" --write
Add to .claude/cicd.yml:
infrastructure:
provider: terraform
cloud: aws
state_backend:
type: s3
bucket: my-tf-state
lock: true
tagging:
managed-by: terraform
repo: my-project
owner: platform-team
tiers:
foundation:
approval_required: true
separate_credentials: true
platform:
approval_required: false
app:
approval_required: false
/cicd-infra-discover - Audit existing cloud resources/cicd-infra-pipeline - Generate CI/CD pipelines with approval gates