Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
82
90%
Does it follow best practices?
Impact
78%
5.20xAverage score across 7 eval scenarios
Critical
Do not install without reviewing
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.