Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.
75
66%
Does it follow best practices?
Impact
84%
1.09xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/kubernetes-operations/skills/gitops-workflow/SKILL.mdQuality
Discovery
89%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a solid description that clearly identifies its niche (GitOps with ArgoCD/Flux), includes an explicit 'Use when' clause, and uses distinctive trigger terms that minimize conflict risk. The main weakness is that the capabilities could be more granular—listing specific concrete actions like configuring sync policies, setting up ApplicationSets, or managing Helm chart deployments would strengthen the specificity dimension.
Suggestions
Add more specific concrete actions such as 'configure sync policies, set up ApplicationSets, manage Helm releases, define Kustomize overlays' to improve specificity beyond the current high-level description.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (GitOps with ArgoCD and Flux) and some actions ('implement workflows', 'automated deployments', 'continuous reconciliation'), but doesn't list multiple concrete discrete actions like configuring sync policies, setting up application manifests, managing Helm releases, etc. | 2 / 3 |
Completeness | Clearly answers both 'what' (implement GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments with continuous reconciliation) and 'when' (explicit 'Use when' clause covering GitOps practices, automating Kubernetes deployments, or declarative infrastructure management). | 3 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'GitOps', 'ArgoCD', 'Flux', 'Kubernetes deployments', 'declarative', 'continuous reconciliation', 'infrastructure management'. These cover the main terms a user would naturally use when needing this skill. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with specific tool names (ArgoCD, Flux) and a clear niche (GitOps for Kubernetes). Unlikely to conflict with general Kubernetes skills or generic CI/CD skills due to the explicit GitOps and tool-specific focus. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
42%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill provides highly actionable, executable YAML and bash examples for GitOps workflows, which is its primary strength. However, it is excessively verbose — cramming ArgoCD, Flux, progressive delivery, secret management, and best practices into a single monolithic file with no supporting bundle files despite referencing them. It also lacks validation checkpoints between critical steps, particularly around destructive sync operations.
Suggestions
Split content into separate referenced files (e.g., `references/argocd-setup.md`, `references/flux-setup.md`, `references/progressive-delivery.md`, `references/secret-management.md`) and keep SKILL.md as a concise overview with navigation links.
Remove the 'OpenGitOps Principles' section and the 'When to Use This Skill' bullet list — these explain concepts Claude already knows and waste tokens.
Add explicit validation checkpoints between steps, e.g., 'Verify ArgoCD pods are running: `kubectl get pods -n argocd`' before proceeding to create applications, and add warnings before destructive operations like `--prune` and `--force`.
Create the referenced bundle files (`references/argocd-setup.md`, `references/sync-policies.md`) so that progressive disclosure references actually resolve.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is very verbose, covering ArgoCD, Flux, progressive delivery, secret management, and best practices all in one file. The 'OpenGitOps Principles' section explains concepts Claude already knows. The 'When to Use This Skill' bullet list and 'Best Practices' numbered list are padded with generic advice. Much of this content could be dramatically condensed or split into referenced files. | 1 / 3 |
Actionability | The skill provides fully executable YAML manifests and bash commands throughout — ArgoCD installation, Application CRDs, Flux bootstrap, Rollout specs, ExternalSecret configs, and troubleshooting commands are all copy-paste ready with specific, concrete examples. | 3 / 3 |
Workflow Clarity | Steps are numbered and sequenced for both ArgoCD and Flux setup, but there are no explicit validation checkpoints between steps (e.g., verify ArgoCD is running before creating applications, verify Flux bootstrap succeeded before creating GitRepository). Troubleshooting is listed separately rather than integrated as feedback loops. For destructive operations like `--prune` and `--force`, there's no validation/verification guidance. | 2 / 3 |
Progressive Disclosure | The file is a monolithic wall of text (~200+ lines) covering multiple tools and topics inline. It references `references/argocd-setup.md` and `references/sync-policies.md` but no bundle files exist to support these references. Content on progressive delivery, secret management, and Flux could easily be split into separate referenced files but is instead all inlined. | 1 / 3 |
Total | 7 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
34632bc
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.