ワンクリックで
cicd-infra-discover
Generate cloud resource discovery script for IaC import
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate cloud resource discovery script for IaC import
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-discover |
| description | Generate cloud resource discovery script for IaC import |
Generate a discovery script that audits existing cloud resources and outputs them in a format suitable for IaC import (terraform import, etc.).
Detect cloud provider from .claude/cicd.yml or ask the user (aws/azure/gcp).
Generate the discovery script:
PYTHONPATH="$CPP_DIR/lib:$PYTHONPATH" python3 -m lib.cicd infra-discover --path "$(pwd)" --cloud aws --write
bash infra/scripts/discover-aws.sh
terraform importEven if you only plan to run infrastructure changes once, codify them. The value is having an executable runbook, not a stale wiki page.
/cicd-infra-init - Scaffold IaC directory structure/cicd-infra-pipeline - Generate CI/CD pipelines with approval gates