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 ./tests/ext_conformance/artifacts/agents-wshobson/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 tool-specific terminology that minimizes conflict risk. The main weakness is that the capabilities described are somewhat high-level and could benefit from listing more concrete actions (e.g., configuring Application CRDs, setting up sync policies, managing Kustomizations).
Suggestions
Add more specific concrete actions such as 'configure ArgoCD Application resources, set up Flux Kustomizations, manage sync policies, handle drift detection' to improve specificity.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (GitOps with ArgoCD and Flux) and mentions 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 declarative Kubernetes deployments) 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 working in this space would naturally use. | 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 framing. | 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.
This skill is comprehensive and highly actionable with executable YAML and bash examples, but it suffers significantly from verbosity and poor content organization. It tries to be a complete guide to GitOps covering two different tools (ArgoCD and Flux), progressive delivery, secret management, and best practices all in one file, making it far too long and unfocused. The referenced bundle files don't exist, and critical validation steps are missing from the workflows.
Suggestions
Split ArgoCD and Flux into separate referenced files (e.g., `references/argocd-setup.md` and `references/flux-setup.md`) and keep SKILL.md as a concise overview with navigation links.
Remove the 'OpenGitOps Principles' section and 'When to Use This Skill' bullets—Claude already understands these concepts and the frontmatter description covers when to use it.
Add explicit validation checkpoints in workflows, e.g., 'Verify ArgoCD pods are running: `kubectl get pods -n argocd` before proceeding' and 'Check sync status after creating Application: `argocd app get my-app`'.
Trim the 10-item best practices list to the 3-4 most critical non-obvious items, and move progressive delivery and secret management to separate reference files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is very verbose, covering ArgoCD, Flux, progressive delivery, secret management, best practices, and troubleshooting in a single file. The 'OpenGitOps Principles' section explains concepts Claude already knows. The 'When to Use This Skill' bullet list and 'Best Practices' list of 10 items are padded. Much of this content could be dramatically condensed or split into referenced files. | 1 / 3 |
Actionability | The skill provides fully executable YAML manifests, bash commands, and concrete configuration examples throughout. The ArgoCD installation, Flux bootstrap, Application CRDs, Rollout specs, and ExternalSecret definitions are all copy-paste ready with realistic values. | 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). The troubleshooting section exists but isn't integrated into the workflow as feedback loops. | 2 / 3 |
Progressive Disclosure | The file is a monolithic wall of text covering multiple tools and topics (ArgoCD, Flux, progressive delivery, secrets, best practices) all inline. It references `references/argocd-setup.md` and `references/sync-policies.md` but no bundle files exist, making these dead references. The content that should be in separate files (Flux setup, progressive delivery, secret management) is all crammed into one document. | 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.
bbc5ade
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.