بنقرة واحدة
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