with one click
cicd-infra-discover
Generate cloud resource discovery script for IaC import
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate cloud resource discovery script for IaC import
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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