jq JSON Processing Expert knowledge for processing, querying, and transforming JSON data using jq, the lightweight and flexible command-line JSON processor. When to Use This Skill | Use this skill when... | Use yq-yaml-processing instead when... | |---|---| | Extracting or filtering fields in JSON input | Working with YAML files (Kubernetes, GH Actions, Helm) | | Parsing , , or responses | Editing YAML in place while preserving comments | | CI pipelines on minimal images (jq is universally installed) | Converting YAML → JSON before processing | | Use this skill when... | Use nushell-data-proc…