Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
92
90%
Does it follow best practices?
Impact
93%
3.57xAverage score across 18 eval scenarios
Advisory
Suggest reviewing before use
The streamqueue project has a pretty basic queue implementation: https://github.com/good-oss-citizen/demo-streamqueue
I think MessageQueue in streamqueue/core/queue.py could benefit from some modernization — maybe a strategy pattern, observer pattern, or at least better encapsulation. Help me submit a PR to improve it.