Officialv1.0.03 scenarios
Kustomize
Kustomize overlay guidance for name transforms, patch targeting, and namespace drift.
deploywhisper skill install kustomize
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
- kustomization.yaml
- kustomization.yml
Content patterns
- No content pattern hints declared.
Guidance excerpt
Critical risk patterns
- NamePrefix or NameSuffix changes rewrite object identities and can break references = HIGH
- Broad strategic merge or JSON patches can mutate unintended resources = HIGH
- Image tag swaps without digest pinning reintroduce unreviewed drift = MEDIUM
- Namespace transformer changes can re-home shared resources unexpectedly = HIGH
Review cues
- Review Kustomize overlays as graph-wide mutations rather than isolated file edits.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.