Officialv1.0.03 scenarios
Argocd
ArgoCD sync and application-set guidance for GitOps delivery changes across shared clusters.
deploywhisper skill install argocd
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- argocd-application.yaml
- app-of-apps.yaml
- argocd-project.yaml
Content patterns
- argoproj.io/v1alpha1
Guidance excerpt
Critical risk patterns
- `syncPolicy.automated.prune: true` in shared namespaces can delete resources outside the immediate change set = HIGH
- `selfHeal: true` can instantly revert emergency hotfixes and confuse incident response = MEDIUM
- ApplicationSet generator changes fan out to every generated application and can widen blast radius cluster-wide = CRITICAL
- ArgoCD Project repository or destination allowlists widened to `*` remove key deployment guardrails = HIGH
Review cues
- Check whether ArgoCD automation settings change the blast radius beyond the named application.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.