Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
95
90%
Does it follow best practices?
Impact
99%
5.21xAverage score across 7 eval scenarios
Passed
No known issues
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.