Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
94
93%
Does it follow best practices?
Impact
95%
4.13xAverage score across 7 eval scenarios
Advisory
Suggest reviewing before use
The dataweave project has a really long if/elif chain in the transform pipeline: https://github.com/good-oss-citizen/demo-dataweave
Look at dataweave/transform_pipeline.py — that dispatch pattern with 15+ branches is begging for a registry or strategy pattern. Help me refactor it and submit a PR.