rewrite-yaml
Installation
SKILL.md
Writing OpenRewrite YAML Recipes
Overview
Create production-quality OpenRewrite recipes for YAML manipulation using test-first development.
Core principle: Write tests first (RED), implement minimally (GREEN), apply OpenRewrite idioms (REFACTOR).
When to Use
- User asks to create/modify OpenRewrite recipes for YAML
- Need to manipulate YAML files (GitHub Actions, K8s manifests, CI configs, generic YAML)
- Building search or transformation recipes for YAML structures
When NOT to Use This Skill
Do not use this skill for: