com um clique
cicd-infra-discover
Generate cloud resource discovery script for IaC import
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Generate cloud resource discovery script for IaC import
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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