بنقرة واحدة
triage-argo-cd-app-outofsync
Identify why an Argo CD application is OutOfSync and resolve safely.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Identify why an Argo CD application is OutOfSync and resolve safely.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Identify why an AWS API call is denied and what policy element blocks it.
Diagnose EKS worker nodes in NotReady and determine safe remediation.
Identify the primary drivers of a sudden cloud cost increase and implement safe mitigations.
Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.
Diagnose node-level memory/disk/pid pressure and determine safe mitigations.
Diagnose pods stuck in Pending and identify scheduling constraints.
| id | triage-app-outofsync |
| name | Triage Argo CD App OutOfSync |
| description | Identify why an Argo CD application is OutOfSync and resolve safely. |
| tags | ["argocd","kubernetes","gitops","triage"] |
| maturity | draft |
| inputs | {"app":"string","project":"string?"} |
| outputs | ["diff_summary","recommended_next_actions"] |
| tools_allowed | ["argocd.get","argocd.diff","k8s.get"] |
| safety | {"default_mode":"read_only","forbidden":["argocd.sync","k8s.apply","k8s.delete"],"requires_confirmation_for":["argocd.sync"]} |
Use when Argo CD shows an application as OutOfSync and you need to understand the drift.
Synced and remains stable across refreshes.Healthy and key SLO signals stabilize.argocd app get <app>
argocd app diff <app>