Rules and skills that teach AI agents how to contribute to open source projects without being the villain.
95
91%
Does it follow best practices?
Impact
96%
3.55xAverage score across 20 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.