ワンクリックで
cicd-infra-pipeline
Generate CI/CD pipelines for infrastructure tiers with approval gates
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate CI/CD pipelines for infrastructure tiers with approval gates
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-pipeline |
| description | Generate CI/CD pipelines for infrastructure tiers with approval gates |
Generate separate CI/CD pipelines for each infrastructure tier with appropriate approval gates.
Read configuration from .claude/cicd.yml infrastructure section.
Generate pipelines:
PYTHONPATH="$CPP_DIR/lib:$PYTHONPATH" python3 -m lib.cicd infra-pipeline --path "$(pwd)" --write
Each tier gets its own workflow file, triggered only by changes to that tier's directory:
.github/workflows/infra-foundation.yml - Manual approval required.github/workflows/infra-platform.yml - Auto-deploy (configurable).github/workflows/infra-app.yml - Auto-deployFoundation tier uses GitHub Environments with required reviewers. Set up:
infra-foundation environment/cicd-infra-init - Scaffold IaC directory structure/cicd-infra-discover - Audit existing cloud resources/cicd-pipeline - Application-layer pipeline generation