بنقرة واحدة
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 المهني
| 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 gatesFlow: 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